body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #0e2231;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;

}

.pagetitles {
	color: #ff8352;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
}
#contactform div
{
	margin-bottom: 0.5em;
	width: 100%;
}

#contactform .indent
{
	margin:10px 0px 10px 95px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align: left;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	clear: both;
	padding: 0px;
	font-size: 0.5px;
	height: 0.5px;
}
#footer { margin:-3px 0 -3px; font-variant:small-caps; text-align:center; *margin-top:5px;}
#footer .footer_link { border-right:solid 1px #f2f2f2; padding-right:4px;color:white;}
#footer .footer_language_link {	border-left:solid 1px #f2f2f2;color:white;}
#footer .footer_last{color:white;}

#footer .menu{
padding:0;
}

.footerAddress{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#FFFFFF;
text-align:center;
padding:0;
margin:3px 0 3px;
*margin-top:3px;
}



