

/* Main Styles */
body {
	background-color: #999999; /* Grey */
	margin: 0px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}

/* outer template */
#Shadow {
	background-color: #7e7c7c;
	width: 806px;
	height:404px;
}
#Shadow2 {
	background-color: #635f5f;
	width: 804px;
	height:403px;
}
#MainBackground {
	background-color: #f4f4f4;
	border: 1px solid #3d3c3c; /* Grey med */
	width: 800px;
	text-align: left;
	height:400px;
}
/* Links */
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #74b619;
	text-decoration: underline;
}
/* Top Section */
#TopSection {
	text-align: right;
	padding-right: 95px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	font-weight: normal;
	height: 115px;
	background-color:#FFFFFF;
}
#TopSection .logo {
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 354px;
	height: 115px;
	cursor: pointer;
}
#TopSection img {
	vertical-align: middle;
}
/* Top Nav */
#TopNav {
	background-image: url(../images/TopNavBackground.jpg);
	background-repeat: repeat-x;
	height: 19px;
	width: 800px;
	clear: both;
}
#TopNav div {
	padding: 3px 0px 3px 0px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 13px;
	color: #000000;
	text-align:left;
	font-weight: normal;
	float: left;
}
#TopNav .low {
	padding: 3px 25px 3px 25px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
	left:0px;
	position:relative;
}

#TopNav .hi {
	color: #0066CC;
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 3px 25px 3px 25px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
}
#TopNav .selected {
	color: #0066CC;
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 3px 25px 3px 25px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
}
/* TopSubNav */
#TopSubNav {
	background-image: url(../images/TopSubNav.jpg);
	background-repeat: repeat-x;
	height: 31px;
	width: 800px;
	clear: both;
	margin-top:-1px;
}
#TopSubNav div {
	padding: 5px 0px 3px 0px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	float: left;
}
#TopSubNav .low {
	padding: 5px 15px 3px 15px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
	left:0px;
	position:relative;
}

#TopSubNav .hi {
	color: #0066CC;
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 5px 15px 3px 15px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
}
#TopSubNav .selected {
	color: #0066CC;
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 5px 15px 3px 15px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

/* Main Content Area */
#MainContent {
	width:800px;
	text-align: left;
	position: relative;
	/* min-height: 500px; */
	vertical-align: top;
	background-color:#f4f4f4;
	clear:both;
}
.header {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 18px;
	line-height: 22px;
	color: #0066CC;
	text-align:left;
	font-weight: bold;
	margin: 15px;
}
.sub-header {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 16px;
	line-height: 20px;
	color: #7DC519;
	text-align:left;
	font-weight: bold;
	margin: 15px;
}
.text {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 15px;
}
ul {
	margin: 15px 15px 15px 30px;
}
li {
	font-family: Arial,helvetica,Sans-Serif;
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-right: 30px;
	padding-bottom:20px;
}
li a {
	color: #0066CC;
	text-decoration: none;
}
li a:hover {
	color: #669900;
	text-decoration: underline;
}
.box {
	background-image: url(../images/box-new.jpg);
	background-repeat: no-repeat;
	width: 246px;
	height: 140px;
	vertical-align:top;
}
.box-header {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 13px;
	color: #ffffff;
	text-align:left;
	font-weight: bold;
	top: 3px;
	left:7px;
	position:relative;
	/* letter-spacing: 0.04em; */
}
.box-text {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin-top: 30px;
	margin-left:7px;
	width: 225px;
}
.copyright {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	text-align:right;
	font-weight: normal;
	margin: 15px;
	width: 800px;
	height:30px;
}