
body {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:0.9em;
	/* center everything for ie*/
	text-align:center;
	height:auto;
}

a img {
	border: none; 
}

a:link {
	color: #0000FF; /*blue*/
	text-decoration:underline;
}
a:visited {
	color: #006600; /*forest green*/
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #0000FF;
	text-decoration:none;
	font-style:italic;
}

#Container {
	position:relative;	
	padding:5px;
	width:810px;
	height:auto;
	margin:auto auto;
	text-align:left;
}

#Header {
	position:relative
}

#Banner {
	position:absolute;
	width:420px;
	height:150px;
	z-index:1;
}

#advert1 {
	position:relative;
	top:-5px;
	left:420px;
	width:380px;
	height:150px;
	text-align:right;
	overflow:visible;
}

#SearchBar {
	position:relative;
	top:0px;
	width:800px;
	/*height:40px;*/
	left: 0px;
	font-size:.6em;
}

#Menu1 {
	position:relative;
	top:2px;
	width:800px;
	height:40px;
	left: 0px;
	margin-bottom:10px;
	z-index:99;
}

#BodyContent {
	position:relative;
	top:-7px;
	width:800px;
	z-index:3;
	height:auto;
	padding:5px;
	border-top:#000099 thick solid;
	border-left:#000099 thin solid;
	border-right:#000099 thin solid;
	border-bottom:#000099 thin solid;
	font-size:1.2em;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}

#FeaturedContainer {
	position:relative;
	float:right;
	top:10px;
	width:254px;
	padding-right:10px;
	padding-left:10px;
	height:auto;
	margin-bottom:20px;
	text-align:left;

}

#Featured1 {
	position:relative;
	width:250px;
	height:auto;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:7px;
	background:#228B22;
	border-bottom:solid medium #333333;
	border-right:solid medium #333333;
	color: #000099;
	/*line-height:.6em;*/
}

#Featured2 {
	position:relative;
	width:250px;
	height:auto;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	background:#000099;
	border-bottom:solid medium #333333;
	border-right:solid medium #333333;
	color:#00FF00;
	/*font-size:.8em;
	font-weight:900;
	line-height:.6em;*/
}

#advert2 {
	position:relative;
	width:800px;
	height:auto;
	max-height:800px;
	text-align:center;
	margin:0 0;
	vertical-align:middle;
}

#Footer {
	position:relative;
	float:left;
	width:800px;
	z-index:2;
	height:auto;
	min-height:100px;
	margin:auto auto;
	clear:both;
}

.FooterSmTxt {	
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: .7em;
}
.FeatList {
	position:relative;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-align:left;
	font-size:.9em;	
	color:#000099;
	font-weight:800;
	line-height:1.1em;
}
.FeatList1 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-align:left;
	font-size:.9em;	
	color: #000099;
	font-weight:800;
	line-height:1.1em;
}
a.FeatList1:link {
	color: #00FF00;
	text-decoration:underline;
}
a.FeatList1:visited {
	color: #000099;
}
a.FeatList1:hover {
	color: #0000FF;
}
a.FeatList1:active {
	color: #0000FF;
	font-style:italic;
	text-decoration:none;
}

.FeatList2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:.9em;	
	color:#00FF00;
	font-weight:800;
	line-height:1.1em;
}

a.FeatList2:visited {
	color: #00FF00;
}
a.FeatList2:link {
	color: #0000FF;
}
a.FeatList2:hover {
	color: #006600;
}
a.FeatList2:active {
	color: #0000FF;
	font-style:italic;
	text-decoration:none;
}

.FeatList3 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	text-align:left;
	font-size:.9em;	
	color: #000099;
	font-weight:900;
	letter-spacing:2.5px; 
	font-size:1.2em;
	line-height:1.3em;

}

.SubHeader {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight:bold;
	font-stretch:extra-expanded;
	line-height:1.2em;
	letter-spacing:4px;
	font-style:italic;
	color:#228B22;
	text-shadow:#000066;
}

.HeaderContent {
	color:#006600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	line-height:1.2em;
	font-style:italic;
}

.HeaderContentLg {
	color:#000066;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	/*font-size:.9em;*/
	text-align:justify;
	line-height:1.3em;
}

.HeaderLink {
	font-family:"Arial Black", Arial, Verdana, Helvetica;
	font-weight:bolder;
	letter-spacing:2px;
	text-decoration:underline;
}

.HLText {
	color:#000099;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-weight:bold;*/
	text-align:justify;
	font-style:italic;
}

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}