body {
	margin: 5px;
	color: #858585;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #424A4D;
}
a:link {
	color: #858585;
	text-decoration: none;
}
a:visited {
	color: #858585;
	text-decoration: none;
}
a:hover {
	color: #E00000;
	text-decoration: underline;
}
a:active {
	color: #858585;
	text-decoration: none;
}

#container {
	width: 768px;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header {
	clear: none;
	background-color: #565E61;
	width: 768px;
	float: none;
	height: 129px;
	margin: 0px;
	text-align: left;
	position: relative;
	top: 0px;
	right: auto;
	border-top: thin none #666666;
	border-right: thin none #333333;
	border-bottom: thin none #333333;
	border-left: thin none #333333;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#mainImage {
	clear: none;
	width: 768px;
	float: left;
	height: 258px;
	margin: 0px;
	text-align: left;
	position: relative;
	top: auto;
	right: auto;
	border-top: thin none #313A3F;
	border-right: thin none #333333;
	border-bottom: thin none #333333;
	border-left: thin none #333333;
	background-color: #313A3F;
	bottom: auto;
	
}

#contentContainer {
	clear: none;
	background-color: #FFFFFF;
	width: 768px;
	float: left;
	margin: 20px 0px 0px;
	text-align: left;
	position: relative;
	top: 0px;
	right: auto;
	border: thin none #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
}

#mainNav {
	clear: none;
	background-color: #565E61;
	width: 768px;
	float: none;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: none;
}	

.subMenuHead1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #313A3F;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px;
	text-indent: 4px;
	height: 40%;
	font-size: 95%;
	background-position: center bottom;
	width: 160px;
	border-top: thin none #858585;
	border-right: none #858585;
	border-bottom: thin none #858585;
	border-left: none #858585;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	}

#contentFirst {
	color: #858585;
	font-size: 90%;
	text-align: left;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	border: thin none #858585;
	width: 180px;
	float: left;
}
#contentFirst a:hover {
	text-decoration: none;
} 

#contentFirst ul {
	margin: 0px;
	padding: 0px;
	width: 160px;
}
#contentFirst li {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	width: 160px;
}

#contentSecond {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #858585;
	float: left;
	height: auto;
	width: 330px;
	padding-left: 12px;
	margin: 0px 5px 5px;
	background-repeat: repeat;
	background-image: url(../images/content_background.gif);
	padding-right: 10px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#contentSecond a:link {
	color: #E00000;
}
#contentSecond a:visited {
	color: #E00000;
}
#contentThird {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #858585;
	float: right;
	width: 180px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: decimal;
	margin-top: 0px;
	padding: 0px;

}

#footer {
	background-color: #313A3F;
	padding: 0px;
	float: none;
	clear: both;
	height: 25px;
	width: 768px;
	border-top: thin solid #313A3F;
	border-right: thin none #313A3F;
	border-bottom: thin none #313A3F;
	border-left: thin none #313A3F;
	margin-top: 1px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 3px 3px;
	color: #FFFFFF;
}
#footer li {
	display: inline;
	padding: 5px;
	color: #666666;
}
#footer a:link {
	Color: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 85%;
}
#footer a:hover {
	text-decoration: underline;
	font-size: 85%;
}
#footer a:visited {
	text-decoration: underline;
	font-size: 85%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #858585;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #666666;
	float: none;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 5px;
	clear: none;
	text-transform: none;
	text-align: center;
	left: auto;
	right: auto;
}
