html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}
#top_menu {
	border-bottom: #CCCCCC solid 1px;
	height: 34px;
}
#top_menu p {
	color: #666666;
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-right: 1px;
}
#top_menu a:link,
#top_menu a:hover,
#top_menu a:visited,
#top_menu a:active {
	color: #666666;
	text-decoration: none;
}
#top_menu a:hover {
	text-decoration: underline;
}
#header {
	height: 133px;
	font-size: 8px; /* Required for spacing on IE 6 & 7 */
}
#siteMenuH {
	clear: both;
	height: 23px;
	padding-left: 0px;
	padding-top: 4px;
	margin-bottom: 40px;
	
}
#siteMenuH ul {
	list-style-type: none;
	color: #FFFFFF;
	clear: both;
	font-size: 12px;
}
#siteMenuH li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#siteMenuH a:link,
#siteMenuH a:hover,
#siteMenuH a:visited,
#siteMenuH a:active,
#siteMenuH .siteMenuH_Active {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	background-color: #D5D15E;
}
#siteMenuH a:hover {
	background-color: #80BBF8;
}
#siteMenuH .siteMenuH_Active {
	background-color: #00B57A;
}	
#content {
	float: left;
	width: 550px;
	border-right: dashed 1px #CCCCCC;
	font-size: 8px;
	clear: both;
	padding-right: 20px;
}
#featureCol {
	float: right;
	margin-top: 8px;
}
#footer_wrapper {
	clear: both;
	font-size: 8px;   /* Required for spacing on IE 6 & 7 */
	line-height: 8px; /* Required for spacing on IE 6 & 7 */
	border-top: solid 1px #DDDDDD;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 20px;
}
#footer,
#visStats {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}
#footer ul {
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;	
}
#footer li {
	float: left;
	margin-right: 5px;
}
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #000000; /* #666666; */
	text-decoration: underline;
}
#footer p,
#visStats p {
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	color: #999999;	
}
#visStats p {
	color: #FFFFFF;
}

.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}

