*, html{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/splashbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}

#wrapper {
	width: 100%;
	text-align: center;
}
#header-wrapper {
	padding-top: 50px;
}
#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-color: #B5B5B5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #FFFFFF;
	border-left-color: #818181;
}
#logo {
	background-repeat: no-repeat;
	height: 100px;
	width: 222px;
	float: right;
	padding-right: 20px;
}
#logo p {
	display: none;
}
#mainnav {
	margin-top: 62px;
	margin-left: 30px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
#mainnav ul, #mainnav li{
	display: inline;
	list-style-type: none;
}

#mainnav .menu a, #mainnav .menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	background-repeat: repeat-x;
	height: 22px;
	display: block;
	white-space: nowrap;
	float: left;
}
#mainnav .menu a:hover  {
	background-position: 0px -26px;
}
#mainnav .menu .active a, #mainnav .menu .active a:hover {

}

#content-wrapper  {
	width: 940px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #818181;
	border-left-color: #818181;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar-bg.jpg);
}
#brand-img {
	background-image: url(../images/sidebar-bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	font-size: 0px;
}
#leftcol-wrapper   {
	float: left;
	width: 200px;
	display: block;
	margin-bottom: 160px;
}

#leftcol-wrapper   #leftcol {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftcol ul, #leftcol li{
	display: inline;
	list-style-type: none;
}
#leftcol .menu a, #leftcol .menu a:hover {
	font-size:12px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	display: block;
	white-space: nowrap;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	overflow: visible;
}
#leftcol .menu a:hover  {
	background-image: url(../images/sidenav-bg-on.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #999999;
		padding-left: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#leftcol .menu span, #leftcol .menu span:hover {
	background-position: 7px 9px;
	background-repeat: no-repeat;
	padding-left:22px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#mainnav .menu .active a, #mainnav .menu .active a:hover {

}
#middlecol-wrapper   {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #818181;
	float: left;
	display: block;
	overflow: visible;
	position: relative;
}
#middlecol-wrapper       #middlecol {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;

}
#footer-wrapper  {
	width: 940px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #818181;
}
#copyright {
	white-space: nowrap;
	display: block;
	float: left;
	padding-top: 3px;
	padding-left: 30px;
	padding-bottom: 5px;
}

#wiredeyes {
	white-space: nowrap;
	display: block;
	float: right;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 5px;
}
#wiredeyes a {
	color: #FFFFFF;
	text-decoration: none;
}
#wiredeyes a:hover {
	color: #FFFF99;
}
.content {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.content    h1, .content h2, .content h3, .content h4 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
}
.content   p, .content div {
	padding-top: 5px;
	padding-bottom: 5px;
}

