body {	
	font-size: 12px;	
	margin: 0px;
	padding: 0px;
  background:#FFF;
  font-family: Arial;	
}
a {
	color:#002b54;
	text-decoration: underline;
}
a:hover {
	color:#002b54;
	text-decoration: underline;
}
img {
	border: none;
}
form {
	margin: 0;
}
.clear-both {
	clear: both;
	font-size: 0px;
}
#Container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	;
}
table td {
vertical-align:top;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Layout Blocks~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#logo {
	text-align:left;
	height:75px;
	overflow:hidden;
}
#languages {
float:right;
width:100px;
padding:25px 25px 0px 0px;
color:#002b54;
font-size:14px;
font-family:Verdana;
}

#languages a {
color:#002b54;
font-size:10px;
text-decoration:none;
}
#languages a:hover {
color:#CCC;
font-size:10px;
text-decoration:underline;
}



/* Navigation~~~~~~~~~~~~~~~~~~~~  */
#navigation {	
	padding:10px 0px 0px 70px;
	border-bottom:1px solid #FFF;
}
#slinksbg {
background:url(css/slinks.gif) top left repeat-x #003b69;
}
#slinks {
text-align:right;
padding:0px 10px 0px 0px;
}
#slinks a {
margin-right:5px;
}

ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:32px;
}
/* Header menu */
#header_menu {
	position: absolute;	
}
#header_menu li {
	line-height: normal;
	float:left;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
/* Fix the Stupid IE6 Bug */
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	color: #FFF;
	padding: 0px 7px;
	text-decoration: none;
	font-size: 11px;
	line-height:32px;
	height:32px;
	font-family:Verdana;
}
/* Root Level Link Formatting */
#navigation ul li a:hover, #navigation li.menu-current a, #navigation li.menu-parent a, #navigation li.menu-parent .menu-current a {
	color: #D9D8D8;
	text-decoration:none;
}


#visual {
height:129px;
width:960px;
overflow:hidden;
border-bottom:1px solid #FFF;
background:url(css/default.jpg) top right no-repeat;
}


#contentarea {
font-size:16px;
line-height:20px;
background:url(css/content.gif) top left repeat-x #FFF;
padding:25px 25px 25px 70px;
font-size:11px;
color:#6f6f70;
}

#content-left {
float:left;
width:630px;
}
#content-right {
float:right;
width:180px;
}

#content-right p {
line-height:16px;
}
#content-right a {
color:#6f6f70;
text-decoration:none;
}
#content-right a:hover {
color:#000;
text-decoration:underline;
}

h1,h2 {
color:#002b55;
font-size:12px;
margin:0px;
font-family:Verdana;
font-weight:normal;
border-bottom:#4a4a4a dotted 1px;
margin-bottom:15px; 
}

h3,h4,h5,h6 {
color:#4a4a4a;
font-size:11px;
margin:0px;
font-family:Verdana;
font-weight:bold;
margin-bottom:10px; 
}
h4.news {
margin:0px;
color:#002b54;
font-weight:normal;
}
.loginforminput {
border:1px solid #acaaaa;
padding:2px 5px;
width:160px;
margin-bottom:5px;
font-size:11px;
color:#bbbbbb;
}
#butt_login {
background:url(css/butt_login.gif) top right no-repeat;
display:block;
border:0px;
height:18px;
width:67px;
float:right;
cursor:pointer;
}
#butt_logout {
background:url(css/butt_logout.gif) top right no-repeat;
display:block;
border:0px;
height:18px;
width:67px;
float:right;
cursor:pointer;
}

#footer {
background:url(css/footer.gif) top left repeat-x #cfcfcf;
height:27px;
overflow:hidden;
line-height:28px;
color:#FFF;
padding:0px 15px;
font-size:11px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
#contact_form input, #contact_form textarea {
border:1px solid #c0bebe;
width:300px;
padding:3px;
font-size:11px;
}
#butt_submit {
background:url(css/butt_submit.gif) top right no-repeat;
display:block;
border:0px !important;
height:18px;
width:67px;
float:right;
cursor:pointer;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice, .custom-advice {
	margin: 5px 0;
	padding: 5px;
	color : #000;
	font-weight: bold;
}






