@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 100%;
	background: #ffffff;
	color: #3b3b3b;
	background-color:#999;
	padding:0px;
}


#master_container {
	margin-left:auto;
	margin-right:auto;
	width:920px;
	margin-top:15px;
}

#layout_topshadow {
	background-image:url(/images/layout/bbt.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:10px;
	
}

#layout_bottomshadow {
	background-image:url(/images/layout/bbb.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:10px;
	
}

#layout_centrecontainer {
/* contains the shadows left and right and the main body */
padding:0px;
margin:0px;


}




#layout_content {
vertical-align:top;
padding:0px;
margin:0px;
background-repeat:no-repeat;
background-position:top right;
}



#layout_leftshadow {
	background-image:url(/images/layout/bml.png);
	background-repeat:repeat-y;
	width:10px;
}



#layout_mainbody {
	background-color:#dbe2e7;
	width:900px;
	padding:0px;
	
}

#layout_rightshadow {
	background-image:url(/images/layout/bmr.png);
	background-repeat:repeat-y;
	width:10px;
}



.rightfloat {
float:right;
margin-top:0px;
margin-left:10px;
margin-bottom:10px;

}

.leftfloat {
float:left;
margin-top:0px;
margin-left:0px;
margin-bottom:10px;
margin-right:10px;

}


hr {
padding:0px;
margin:0px;
background:none;
background-image:none;
color:#FFFFFF;
border:none;
border-bottom:#ccc 1px solid;
margin-top:3px;
margin-bottom:9px;
}






.errormessage {
color:#FF0000;
font-weight:bold;
}

.contactform tr td {
padding-top:3px;
}


