﻿body {
	background-color:#CCCCCC;
	margin:10px;
	font-family:Arial;
	font-size:12.5px;
	line-height:17px;
	color:#000;
}

.top-links {
	width:auto;
	height:auto;
	font-size:12px;
	text-align:right;
	font-weight:bolder;
	color:black;
	padding:0 10px 0 0;
}
.top-links li a{
	color:black;
	text-decoration: none;
	background: url(images/v-dot.gif) repeat-y top right;
	padding: 0 10px;
}
.top-links span{
	color: #fff;
}

.top-links li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#header-bg { 
	width:930px;
	height:126px;
	padding:2px 0 8px 0;
	background-image:url(images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
}

* html #header-bg { 
	width:930px;
	height:106px;
	padding:10px 0 30px 0;
	background-image:url(images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#header { 
	width:920px;
	height:60px;
	padding:0 10px 0 0;
	font-family:Arial;
	font-size:12.5px;
	line-height:17px;
	color:#666666;
	text-align:right;
	
}
#mainbody {
	width:930px;
	height:2500px;
	padding:10px 0 10px 0;
	background-color:#FFFFFF;
	background-image:url(images/footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}	

/* GRAY BOXES --------------------------------- */

#graybox {
	width:575px;
	padding:10px;
	background-color:#E6E6E6;
}
#graybox.one {
	height:203px;
}
#graybox.two {
	height:316px;
}
#graybox.three {
	height:134px;
}
#graybox.four {
	height:19px;
}

/* SIDE AREAS --------------------------------- */

#leftframe {
	float:left;
	width:150px;
	padding:0 10px 0 10px;
}
#rightframe {
	float:left;
	width:150px;
	padding:0 10px 0 10px;
}
#centerframe {
	float:left;
	width:590px;
	text-align:justify;
}

/* OTHER FONTS -------------------------------- */

.bigred {
	font-family:Arial;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#CC0000;
}
.bigblack {
	font-family:Arial;
	font-size:17px;
	line-height:18px;
	font-weight:bold;
	color:#000000;
}
.image {
	float:left;
	width:335px;
}
.graybar {
	float:left;
	width:590px;
	height:2px;
	background-position:bottom;
	background-image:url(images/grayline.gif);
	background-repeat:repeat-x;
}