body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#banner {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 325px;
	width: 900px;
}
#main {
	width: 900px;
	top: 275px;
	position: absolute;
	background-position: top;
	margin: 0px;
	padding: 0px;
	border: none;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	margin: /**/ 0 0 -3px 0; /*This takes the 3px off the margin in IE 5.01 - IE 5.5 cannot see this hack so stays with the 0 value from the last margin property*/
	ma\rgin: 0;/* IE 5.01 and IE5.5 cannot see this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f if it does it will be seen as a hex character and the hack will fail*/
}
#nav {
	width: 175px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	background-color: #FFFFFF;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 175px;
	padding-top: 5px;
	height: 25px;
	text-transform: uppercase;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 175px;
	padding-top: 5px;
	height: 25px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #993300;
}
#content {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
	color: #333333;
	width: 650px;
	margin: 25px 10px 0px 0px;
	float: right;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #333333;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #003333;
	text-decoration: underline;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #CC9900;
	text-decoration: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 875px;
	background-color: #FFFFFF;
	clear: both;
	text-align: left;
	padding: 10px 0px 10px 25px;
	margin: 0px;
	border-top: 1px solid #333333;
}
.smallcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #a3d869;
	letter-spacing: 1px;
	font-weight: bold;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #993300;
}
.intext_sc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
}
.border {
	border: 1px solid #333333;
}
.headerNotBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #993300;
}

