/* CSS Document */

body{
	background-color:#373737;
	color:#FFFFFF;
	margin:10px 0px 0px 0px;
	background-image:url(../images/rfc-striping.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

div.MainContainer{
	width:800px;
	padding: 5px 15px 5px 15px;
	text-align:left;
	background-image:url(../images/shaddow-bg.jpg);
}

div.HeaderContainer{

}

div.MenuContainer{
	width: 792px;
	height: 165px;
	padding: 4px;
	background-color:#4b4b4b;
	font-weight:bold;
}

div#MenuLeft{
	float:left;
	width:292px;
}

div#MenuRight{
	float:right;
	width:500px;
	text-align:center;
	border:0px;
	background-color:#466464;
}
div.MenuRight{
	float:right;
	width:500px;
	text-align:center;
	border:0px;
	background-color:#466464;
}

div.FooterContainer{
	width:780px;
	padding:15px 20px 0px 0px;
	height:20px;
	color:#466464;
	font-size:11px;
	background-image:url(/images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	clear:both;
}

div.ContentContainer{
	width:800px;
	background-image:url(/images/content-bg.jpg);
	clear:both;
}

div.ContentLeftContainer{
	width:282px;
	padding:4px 14px 4px 4px;
	float:left;
}

div.ContentRightContainer{
	width:450px;
	padding:25px;
	float:right;
	background-image:url(../images/rightbg.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

div.Address {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;		
}

div.Quote{
	font-style:italic;
	background-image:url(../images/quote.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding:10px 0px 0px 15px;
	font-weight:bold;

}

div.Contact{
	margin-bottom:15px; 
	font-size: 11px; 
	padding: 7px 0px 0px 120px; 
	height:80px; 
	background-image:url(/images/left-blank.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
}




a {
	color:#FF0000;
	text-decoration:none;
}

a.sidenav{
	font-size:11px;
	color:#FFFFFF
}

a.WhiteLink {
	color: white;
}

a.WhitelinkBold{
	font-weight:bold;
		color: white;
}

img{
	border:0px;
}

