/* CSS Document */

body { 
	margin: 1px 0px 20px 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-image:url(../images/mainBG.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff; 	
	}	
	
.main {
	width: 775px;
	margin: 0px auto;
	}
	
.left {
	width: 156px;
	height: 158px;
	float: left;
	}
	
.right {
	width: 619px;
	float: left;
	background:url(../images/bodyBG.gif);
	}	
	
.nav {
	margin-top: 91px;
	height: 16px;
	}
	
.message {
	height: 78px;
	color: #FFFFFF;
	font-size: 20px;
	}
	
.body {
	width: 619px;
	color: #333333;
	font-size: 12px;
	overflow:auto;
	}
	
.body a:link, .body a:active, .body a:visited, .body a:hover {
	color:#000000; 
	text-decoration: underline;
	}	
	
.body a:hover {
	color:#000000; 
	text-decoration: none;
	}	
	
.bodyleft {
	width: 400px;
	float:left;
	font-size: 12px;
	line-height: 22px;
	color:#333333;
	}	
	
.bodylefttitle {
	padding-left: 10px;
	padding-top: 48px;
	margin-bottom: 30px;
	height: 13px;
	border-left: 1px #000000 dotted;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color:#000000;
	}	
	
.bodyright {
	width: 164px;
	float: right;
	font-size: 10px;
	line-height: 20px;
	color:#333333;
	}	
	
.bodyrighttitle {
	padding-top: 48px;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 30px;
	color: #000000;
	}	
	
.spacer {
	clear: both;
	width: 100px;
	height: 50px;
	}		
	
.footer {
	width: 775px;
	margin: 0px auto;
	border-top: 1px #000000 dotted;
	clear:both;
	padding-top: 10px;
	font-size: 10px;
	color:#666666;
	}
	
.footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	color:#666666; 
	text-decoration: underline;
	}	
	
.footer a:hover {
	color:#666666; 
	text-decoration: none;
	}		
	
.footerleft {
	width: 400px;
	float: left;
	}
	
.footerright {
	width: 200px;
	float: right;
	text-align: right;
	}