* {
	margin: 0px;
	padding: 0px;
}
HTML {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a:link, a:hover, a:visited, h1, h2, h3 {
	font-weight:bold;
}
a:link {
	color:#330066;
	text-decoration: none;
}
a:hover {
	color:#ECBB00;
	text-decoration: none;
}
a:visited {
	color:#330066;
	text-decoration:none;
}
h1, h2, h3, p {
	margin:10px;
}
h1 {
	color:#330066;
	font-size:16px;
	letter-spacing:.2em;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
	color:#FBC800;
	font-weight:bold;
	border-bottom:1px Dashed #FBC800;
	padding-bottom:3px;
}
ul {
	margin:5px 0px 5px 60px;
}
ol {
	margin:5px 0px 5px 66px;
}
ul li, ol li {
	padding:3px;
}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
#container {
	width:766px;
	margin:20px auto 10px;
	position:relative;
	border:1px #000 solid;
}
#content {
	padding:0px;
}
#innerContent {
	height:368px;
	overflow:auto;
}
#innerContent h3 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	border:none;
}
#banner {
	background-image:url(images/bg_banner.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:98px;
}
#search {
	position:absolute;
	top:54px;
	right:10px;
}
#innerNav {
	color:#330066;
	font-weight:regular;
	background-color:#EFEFEF;
	border:1px #330066 Solid;
	padding:5px 10px;
	line-height:20px;
	margin:0px 10px;
}
#innerNav a {
	font-weight:normal;
}
#colOne, #colTwo, #colThree {
	float:left;
}
#colOne {
	width:158px;
}
#colTwo {
	width:608px;
	margin-top:30px;
}
#colThree {
	width:201px;
	margin-top:30px;
}
*html #colThree {
	width:196px;
}
#colThree p {
	margin:8px;
}
#footer {
	clear:both;
	background-image: url(images/bg_feature.jpg);
	background-repeat:repeat-x;
	height:100px;
	margin:0px; 
}
#footerBox {
	width:255px;
	float:left;
	color:#FFFFFF; 
}
#footerBox h3 {
	margin-bottom: 5px;
}
#footerBoxContent {
	height:60px;
	overflow:auto;
}
#footerBox a {
	color:#FBC800;
}
#contact {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	background-color:#310063;
	height:50px;
	width:100%;
}
/* styles for horizontal navigation remove if not needed */
#horizontalMenu {
	position:absolute;
	top:95px;
	left:160px;
	width:100%;
	color:#330066;
}
#horizontalMenu ul {	
	margin:5px;
}
#horizontalMenu li {
	list-style-type:none;
	float:left;
	padding:3px;
}
#horizontalMenu a {
	font-weight:normal;
}
#horizontalMenu a:link {
	color:#330066;
}
#horizontalMenu a:hover {
	color:#ECBB00;
}
#horizontalMenu a:visited {
	color:#330066;
}
.byline {
	border-bottom:1px #330066 Solid;
	font-weight:bold;
	color:#330066;
	padding-bottom:5px;
}
#button {
	margin:10px;
}
	
#button ul {
	margin:0px;
	padding:0px;
	border: solid 1px #330066;
	background-color:#CCCCCC;
	
}
#button li { 
	list-style-type:none;
	background-color:#CCCCFF;
	padding:0px;
	text-align:center;
	
}
#button a {
	display:block; 
	padding:10px;
	width:130px;
}
#button li:hover, #button a:hover{
	background-color:#D5CFDE;	
}

#button a:link, #button a:hover, #button a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#000080;
	text-decoration:none;	
}