@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg_page.gif);
	margin: 0; padding: 0;
	line-height: 18px;
	text-align: center;
	color: #000000; }
	
#topBG { 
	background: url(../images/bg_top.gif);
	height: 400px;
	position: relative;
	top: 0px;
	z-index: 1; }
	
#container { 
	width: 770px;
	background: #FFF url(../images/bg_container.jpg);
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0px;
	z-index: 2; } 
	
	
	
/*//-- HEADER --//*/
	
.topLeft {
	text-align: left;
	vertical-align: bottom;
	padding: 12px 0 8px 20px; }
	
.topRight {
	text-align: right;
	vertical-align: bottom;
	padding: 0 40px 8px 0; }
	
	.topRight a { color: #A7A37E; text-decoration: none; }
	.topRight a:visted { color: #A7A37E; text-decoration: none; }
	.topRight a:hover,active { color: #0b3332; text-decoration: underline; }
	
	.topRight ul { list-style: none; }
	
	
	
/*//-- NAVIGATION --//*/
	 
.navigation { 
	background: #DDD url(../images/navigation.jpg);
	height: 26px; }
	
	
	
/*//-- CONTENT --//*/

h0 { 
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #046381;
	}
	
.helpHDR { 
	height: 36px;
	vertical-align: top;
	padding: 17px 15px 0px 27px; } 
	
.helpHDR h2 {
	font: 25px Trajan Pro, Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	margin: 0; 
	line-spacing: 0;}
	
.help { 
	vertical-align: top;
	padding: 5px 15px 2px 27px; } 
	
.content {
	padding: 5px 20px 5px 15px; }
	
	.content h1 {
	font: 25px Trajan Pro, Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b45f19;
	margin: 0 0 2px 0;
	border-bottom: #b45f19 solid 1px; }
	
	.content a { color: #b45f19; text-decoration: none; }
	.content a:visted { color: #b45f19; text-decoration: none; }
	.content a:hover,active { color: #b45f19; text-decoration: underline; }
	
			
/*//-- FOOTER --//*/
	
.footer { 
	height: 54px;
	background: #DDD url(../images/footer.jpg); } 
