@charset "utf-8";
body {
	font: 11px verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #2f4985;
}
#container, #header {
	width: 1000px;
}
#container {
	position: relative;
	height: auto;
	min-height: 400px;
	background-color: #FFFFFF;
	background-image: url(../images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border:1px solid;
	border-color:#6F8EC7;
}

#header {
	height: 205px;
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat
} 
#header h1 {
	font-size: 17px;
	padding-top: 145px;
	padding-left: 380px;
}

#localeNavigation {
	position: absolute;
	top: 570px;
	left:30px;
	color: white;
}
#localeNavigation a {
	color: white;
}
#localeNavigation .selectedLocale {
	font-weight: bold;
}
#mainBody #navigation {
	left: 0px;
	top: -5px;
	width: 180px;
	font-size: 12px;
	background-color:#508ecb;
	border-top:1px #2C519F solid;
	border-bottom:1px #6F8EC7 solid;
	border-right:1px #6F8EC7 solid;
	padding-left:3px;
}
#mainBody #navigation #customNavigation {
	text-align: center;
}
#mainBody #navigation ul {
	/*padding: 20px 0px 20px 20px;*/
}
#mainBody #navigation ul li {
	width: auto;
	margin: 5px 5px 5px 5px;
	padding: 2px;
	background-color:#6298cd;
}
#mainBody #navigation ul li a {
	display: block;
}
#mainBody #navigation ul li,
#mainBody #navigation ul li a, 
#mainBody #navigation ul li a:active, 
#mainBody #navigation ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#mainBody #navigation ul li a:hover {
	color: #253A6A;
	text-decoration: none;
}
#mainBody #navigation ul li:hover {
	/*border-bottom: 1px #023263 dotted;*/
}
#mainBody #navigation ul li ul {
	list-style-position: outside;
	list-style-type: none;
}
#mainBody #navigation ul li ul li {
	margin: 0px 0px 5px 2px;
	border-bottom: 0px #ff0000 solid;
}
#mainBody #mainContent {
	margin-left: 190px;
	min-height: 300px;
}
#mainBody #mainContent img .border {
	border:1px solid #1F4C9F;

}

#mainBody #mainContent h1 {
	font-size: 14px;
	padding:0px 0px 10px 0px;
	margin: 0px;
	color:#2F4985;
	text-transform:uppercase;
}
#mainBody #mainContent h2 {
	font-size: 12px;
	padding:0px;
	margin: 0px;
	color:#2F4985;
}

#footer {
	height:200px;
	font-size:10px;
	padding-left:200px;
	margin-top: 10px;
}
#footer p {

}
#footer .foot1 {
	float:left;
	width: 210px;
	}
#footer .foot2 {
	float:left;
	width: 350px;
	text-align:center;
	}
#footer .foot3 {
	float:right;
	width: 210px;
}

/** TAGS **/
a {
	color: #006AB6;
	text-decoration: none;
}
a:visited {
	color: #444444;
}
a:hover {
	text-decoration: underline;
}

.border {
	border: 1px solid #919FAC;
}
#mainContent p.border {
	padding: 3px;
}
.message {
	border: 1px solid black;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.message.error {
	background-color: red;
}
ul.errors {
	border: 1px solid red;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}
iframe.page {
	width: 640px;
	height: 500px;
	border: 0px solid black;
}