body {
	background-color: #c6e8ff;
	background-image: url(/images/MainBlueBG.png);
	background-position: top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #EEEEEE;
	font-family:"Times New Roman", Times, serif;
}
a {
	color: #33AADD;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #48C6FC;
}
#center{
	width:975px;
	margin:0 auto 0 auto;
	min-height:700px;
}
#topnav {
	list-style:none;
	width:975px;
	display:block;
	padding:0;
	margin:30px auto 0 auto;
}
#topnav li {
	font-weight:bold;
	display:block;
	float:left;
	width:139px;
	background-image:url(/images/TopNavCenterBg.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	color:#222222;
	font-size:16px;
	padding:10px 0 13px 0;
}
#topnav li.left {
	background-image:url(/images/TopNavLeftBg.png);
}
#topnav li.right {
	background-image:url(/images/TopNavRightBg.png);
	background-position:top right;
}
#topnav li:hover {
	background-position:0 -61px;
}
#topnav li.right:hover {
	background-position:right -61px;
}
#topnav li a {
	color:#000000;
}


#sidebar {
	float:left;
	width:167px;
	margin-top:13px;
}
#sidebar div.logo {
	height:195px;
}
#sidebar ul.nav {
	background-image:url(/images/MainNavBg.png);
	background-repeat:no-repeat;
	width:145px;
	height:412px;
	padding:55px 5px 5px 17px;
	font-size:12px;
	list-style:none;
	margin:17px 0 0 0;
}
#sidebar ul.nav .cap {
	font-size:18px;
}
#sidebar ul.nav li a {
	color:#ffffff;
}
#sidebar ul.nav li a:hover {
	color:#00CCFF;
}
#reportscont{
	width:400px;
	height:200px;
	position:relative;
}
#main {
	float:right;
	width:791px;
	height:688px;
	margin-top:13px;
}
#main .pagecontent_under {
	background-image:url(/images/NoImageBg.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#main .pagecontent {
	padding:20px;
	margin:0;
	height:432px;
}
#main .pagecontent h2 {
	font-size:30px;
	margin:0 0 10px 0;
}
#main .pagecontent h2 .cap {
	margin:0 0 10px 0;
	font-size:38px;
}
#main .content {
	height:340px;
	width:400px;
	font-size:12px;
	text-align:justify;
	overflow-y:auto;
}

#main .ReportsTable {
	margin-top:17px;
	width:100%;
	border:0;
}
#main .reports{
	padding:5px 0px 0px 10px;;
	font-size:12px;
	background-image:url(/images/ReportBoxBg.png);
	background-repeat:repeat-y;
	width:182px;
	vertical-align:top;
}
#main .reports ul {
	list-style:none;
	padding:0;
	margin:0;
}
#main .reports ul .cap {
	font-size:16px;
}

#main .reports ul a {
	color:#ffffff;
}
#main .reports ul a:hover {
	color:#48c6fc;
}
#main .reportlinks {
	height:41px;
	width:400px;
}
#main .reportlinks .sample {
	display:block;
	float:left;
	width:96px;
}
#main .reportlinks .order {
	display:block;
	float:right;
	height:41px;
	width:143px;
}

#contactcontent {
	width:400px;
	float:left;
}
#contactform {
	width:300px;
	float:right;
}
#contactform input {
	width:100%;
}
#contactform textarea {
	width:100%;
	height:100px;
}
#contactform .button {
	width:100px;
	text-align:center;
}
#contactform .required {
	color:#FF0000;
}

.specs_name {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:190px;
	text-align:center;
}
.specs_info {
	color: #DDDDDD;
	text-align:center;
}


.copyright {
	position:fixed;
	bottom:0;
	right:0;
	font-size:10px;
	color: #6ca2c8;
}
