
html,body {
	margin:0;
	padding:0; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #EFEFEF;}

#container {
	text-align:left;
	width:750px;
	margin:0 auto; 
	background: white url(../images/mainBG.jpg) repeat-y; 
	padding: 0 5px;}

#header {position:relative;padding: 10px 20px;}
#header h1 {
	color: #FFFFFF; 

	margin: 0; padding: 0;}
#header h1 a {text-decoration:none; color:#000055;}




#navCont {border-bottom: 1px solid #EEEEEE; border-top: 1px solid #EEEEEE; margin-bottom: 5px;}

#nav {position:relative;
	 padding: 12px 4px 0 4px; 
	background-image: url(../images/navBG.jpg); 
	background-repeat: repeat-x;
	background-position: 4px 4px; 
	height: 25px;
	color:#999;
	text-align:center;
	font-size: 11px;
	margin: 0 4px;}

#nav a {color:#FFFFFF; text-decoration:none;}
#nav a:hover {color:#FFFFFF; text-decoration:underline;}

#wrapper {background: url(../images/leftBG.jpg) repeat-y; overflow:auto;}

#content {
	float:right; 
	width:500px; 
	line-height:1.5; 
	padding: 0 7px 10px 7px;
	font-weight: bold;}
	
#content h1 { color:#000055; font-size: 22px;}

#content a {color:#000033;}
#content a:hover {color:#000033; text-decoration:none;}

#leftMenu { float:left; width:204px; padding: 5px;} /* background: url(../images/leftBG.jpg) repeat-y;*/

#footerCont {border-bottom: 1px solid #CCCCCC;}

#footer {  
	background: white url(../images/footerBG.jpg) repeat-x; 
	clear: both; 
	padding: 15px 3px 3px 3px; 
	font-size: 10px; 
	color:#999999;
	margin: 0 4px;}

#footer a {color: #999999;}
#footer a:hover {text-decoration:none;}


.message { color:#990000;}

.BottomLine {border-bottom: 1px solid #000055; color: #000055;}



