body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	background-image: url(background_tile.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.clear {
	clear: both;
}
h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}
.center{
	text-align: center;
}

#layout{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#layout h3{
	font-size: 15px;
	color: #3E4F68;
	padding-bottom: 5px;
}
p{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#header{
	width: 100%;
	background-image: url(top-bg.gif);
	background-repeat: repeat;
}
#header h1{
	height: 78px;
	width: 800px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
}
#header h1 a{
	display: block;
	height: 75px;
	width: 300px;
	text-indent: -999em;
	float: left;
}
#nav{
	margin: 0px;
	list-style-type: none;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 550px;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li.top a{
	background-image: url(tab_reg_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #36393D;
	display: block;
	padding-left: 15px;
	text-decoration: none;
}
#nav li.top a.on{
    background-image: url(tab_active_l.gif);
}
#nav li.top a:hover{
	background-image: url(tab_active_l.gif);
	color: #000000;
}
#nav li.top a span{
	background-image: url(tab_reg_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-right: 15px;
	padding-bottom: 3px;
}

#nav li.top a.on span{
	background-image: url(tab_active_r.gif);
}
#nav li.top a:hover span{
	background-image: url(tab_active_r.gif);
}

#nav li.top ul a {
	display: block;
	width: 16em;
	background-image: url(navBullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#nav li.top ul a:hover {
	background-image: none;
	background-color: #DDDDDD;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 17em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0px;
	padding: 0px;
	background-color: #F1F1F1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	list-style-type: none;
	overflow: hidden;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content{
	float: left;
	width: 635px;
}

#footer{
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	height: 76px;
	width: 100%;
	padding-top: 20px;
	color: #999999;
}
