body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #FFFFFF;
	color: #000000;
	margin: 0 0 200px 0;
	text-align: left;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 1.4em;
	height: 100%;
}

h1 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0 0 12px 0;
	color: #cc3300;
}

h2 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 50px 0 6px 0;
	color: #cc3300;
}

h3 {
	font: bold 1.2em Verdana;
	margin: 20px 0 4 0;
	color: #c13708;
}

img {
	border: 0px;
}


a:link
{
	color: #1381c0;
	text-decoration: underline;
}

a:visited
{
	color: #1381c0;
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}


.footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.footer a:hover {
	text-decoration: underline;
}


div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
}

div.content {
	width: 990px;
	margin: 190px auto 100px auto;
}

div.footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	padding: 10px;
	color: #FFFFFF;
	border-top: 3px solid #ff6817;
	background-image: url('images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #012e5c;
}






div.blue-bar {
	background-image: url('images/top-bar-blue.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #012e5c;
	height: 6px;
	width: 100%;
}

div.top-menu {
	width: 990px;
	height: 110px;
	margin: 0 auto 0 auto;
	text-align: right;
}

div.flags {
	float: right;
	margin-left: 50px;
}

div.menu {
	border-top: 4px solid #ff6817;
	background-image: url('images/menu-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #012e5c;
	width: 100%;
	height: 35px;
	padding-top: 7px;
}

div.inner-menu {
	width: 990px;
	margin: 0 auto 0 auto;
}

div.sidebar250 {
	float: right;
	width: 250px;
	margin: 0 0 0 15px;
}





div.service {
	width: 750px;
	height: 100px;
	margin-top: 35px;
}

div.service-title {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 7px;
}

div.service-title a {
	font-weight: 700;
	text-decoration: none;
}

div.service-title a:hover {
	text-decoration: underline;
}




div.sitedesc {
	height: 100px;
	margin-top: 50px;
}

div.site-title {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 7px;
}

div.site-title a {
	font-weight: 700;
	text-decoration: none;
}

div.site-title a:hover {
	text-decoration: underline;
}

div.sitedescimg {
	float: left;
	width: 320px;
	height: 100px;
	margin-right: 10px;
}






div.about-menu {
	float: right;
	width: 200px;
	margin: 0 0 0 15px;
}

div.about-menu a {
	display: block;
	width: 200px;
	height: 18px;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0 3px 0;
	text-decoration: none;
}


div.about-menu a:hover {
	font-weight: 700;
	border-bottom: 1px solid #ff6817;
	text-decoration: none;
}







img.logo {
	/*position: absolute;
	top: 16px;
	left: 10px; */
	float: left;
	margin: 15px 0 0 10px;
}

img.service {
	float: left;
	margin-right: 30px;
}



a.toplink {
	display: block;
	padding: 0 7px 0 7px;
	margin: 0 5px 0 5px;
	float: right;
	color: #000000;
	height: 23px;
	font-size: 9pt;
	text-decoration: none;
}

a.toplink:hover {
	background-image: url('images/top-link-bg.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}





