body{
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(bg.jpg);
}
a{
	color: #000099;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #76aa2e;
}
h1{
	color: #999999;
	border-bottom: dotted 1px #000099;
}
h2{
	color: #999999;
	border-bottom: dotted 1px #000099;
}
div#bodywrapper{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #999999;
	margin-top: 2%;
}
div#topbodywrapper{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #999999;
}
div#header{
	width: 955px;
	height: 134px;
	background-color: #666666;
	background-repeat: no-repeat;
/*	background-image: url(banner.png);*/
	padding-top: 30px;
}
div#boxes{ 
	margin-bottom: 10px; 
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
div#boxgreen{ background-color: #000099;width:63px; height: 5px;float: right; }
div#boxorange{ background-color: #f26522;width:63px; height: 5px;float: right;margin-right: 10px; }
div#boxblue{ background-color: #99ff00;width:63px; height: 5px;float: right;margin-right: 10px; }

div#qm{
	width: 955px;
	background-color:#FFFFFF;
	height: 50px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
div#qmfirst{width:63px; float: right;padding-left: 10px;}
div#qmnorm{ width:63px; float: right;border-right: solid 1px #666666; padding-left: 10px; }
.qmlink{font-size: 13px;font-weight: bold; color:#666666; text-decoration: none;}
div#menu{
	width: 240px;
	float: left;
}
div#menucontent{
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
div#body{
	width: 714px;
	float: left;
	border-left: dotted 1px #CCCCCC;
}
div#bodycontent{
	padding: 5px;
}
div#logol{
	width: 240px;
	height: 165px;
	float: left;
	background-image: url(logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
div#logor{
	width: 714px;
	height: 165px;	
	float: left;
	background-image: url(top_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: dotted 1px #999999;
}
div#contentwrap{
	background-color: #FFFFFF;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
div#logowrap{
	background-color: #FFFFFF;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: dotted 1px #CCCCCC;
}
div#welcomebody{
	background-color: #666666;	
}
div#footer{
	width: 955px;
	height: 38px;
	background-image: url(footer.jpg);
	vertical-align: bottom;
	border-top: dotted 1px #CCCCCC;
}
div#footercontainer{
	padding: 5px;
	font-size: 10px;
	float: left;
	padding-top: 7px;	
}
div#copyrightcontainer{
	padding: 5px;
	font-size: 10px;
	float: right;
	text-align: right;
	padding-top: 10px;	
}