body, html {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	border-top:6px solid #5f5f60;
	background:#FFF url(/images/page-bg.jpg) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 135%;
	color:#111;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111;
}
a img {
	border:0px;	
}
a:link {
	color:#970f01;	
}
a:visited {
	color:#970148;
}
a:hover {
	color:#013697;	
}
a:active {
	color:#01971a;	
}

#headerArea {
	background-image:url(/images/header-full-alpha.png);
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:193px;
}
.leftArea {
	float:left;
}
.rightArea {
	float:left;
}
#searchBox {
	float:right;
	background-image:url(/images/search-bg.png);
	width:432px;
	height:59px;
	margin-right:10px;
	text-align:center;
}
#searchBox .searchField {
	background-color:#7f8181;
	border:1px solid #353535;
	height:22px;
	width:268px;
	color:#DFDFDF;
	font-size:16px;
	margin-top:13px;
	margin-left:10px;
	margin-right:5px;
	padding:4px;
}
#searchBox .searchButton {
	margin-top:9px;
}
#featureBox {
	float:right;
	margin:9px;
}
#navArea {
	width:940px;
	background-image:url(/images/nav-main-bg.png);
	background-position:bottom;
}
#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
#mainTable {
	border-top-width:0px;
}
#leftGradArea, #rightGradArea {
	padding-top:158px;	
	background-image:url(/images/left-grad-bg.png);
	background-position:right 160px;
	background-repeat:no-repeat;
}
#rightGradArea {
	background-image:url(/images/right-grad-bg.png);
}
th {
	background-color:#ccc;
	color:#666;
	font-size:120%;
}

h1 {
	margin-bottom: .5em;
	border-bottom: solid 1px #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 195%;
	text-indent: 2px;
	letter-spacing: -1px;
}
h2 {
	font-size:175%;
	letter-spacing: -1px;
}
.sideBar {
	width:325px;
	background:#f9f9f8 url(/images/side-bar-bg.png) left top repeat-y;
}
.sideBar h1 {
	margin:0px 0px 0px 1px;padding:15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 185%;
	letter-spacing: -1px;
	color:#f8f8f8;
	background-color:#878b91;
}
.sideBar h2 {
	color:#808389;	
	margin:0px 0px 0px 1px;padding:10px 20px;
	font-size:175%;
}
.sideBar div {
	padding:0px 20px;
}
.sideBar ul {
	list-style-image:url(/images/list-dot.png);
}
.sideBar a:link, .sideBar a:visited   {
	color:#4d4d4d;
	text-decoration:none
}
.sideBar a:hover {
	color:#013697;
	text-decoration:underline;
}
.sideBar a:active {
	color:#01971a;	
}

.sideBar ul a  {
	font-size:135%;
}
.sideBar ul li {
	padding:5px 0px;	
}
h1.barStyle1 {
	background:#f8c642 url(../images/hbar-s1.png) left bottom repeat-x;
	color:#fff;
	letter-spacing:0px;text-shadow: 2px 2px 3px #111;


}
h1.barStyle2 {
	background:#951503 url(../images/hbar-s2.png) left bottom repeat-x;
	color:#e9e9e9;
	letter-spacing:0px;text-shadow: 2px 2px 3px #000;


}
h1.barStyle3 {
	background:#4a4a4a url(../images/hbar-s3.png) left bottom repeat-x;
	color:#e9e9e9;
	letter-spacing:0px;text-shadow: 2px 2px 3px #000;
}
h1, h2, h3, h4, h5, h6 {
	line-height:135%;	
}
