*{
	margin: 0;
	padding: 0;
}
p{
	margin: 0 0 1em;
}
#bodycontent ul,ol{
	padding-left: 20px;
	margin-top: -10px;
}
a:active, a:focus {
   outline:  none;
   ie-dummy: expression(this.hideFocus=true);
   -moz-outline-style: none;
}
body{
	background: #efeff1 url(../images/bg_header.jpg) repeat-x;
	font: 12px/2em Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #005bdb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005bdb;
}
a:hover {
	text-decoration: none;
	color: #005bdb;
}
a:active {
	text-decoration: none;
	color: #005bdb;
}
#header{
	width: 956px;
	margin-left: auto;
	margin-right: auto;
	height: 76px;
}
#header img{
	padding-top: 14px;
}	
#topnav{
	width: 956px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
#topnav li{
	float: left;
	list-style-type: none;
	padding-right: 20px;
	line-height: 20px;
	color: #005bdb;
}
#bodycontainer{
	margin-left: auto;
	margin-right: auto;
	width: 986px;
}
#bodybackground{
	width: 986px;
	background: url(../images/bg_page.jpg) repeat-y;
	margin-top: 10px;
	float: left;
}
#bodynest{
	background: url(../images/bg_pagetop.jpg) no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	width: 956px;
}
#leftnav{
	float: left;
	width: 200px;
	margin-top: 30px;
}
#leftnav li{
	list-style-type: none;
	line-height: 27px;
	font-size: 13px;
	padding-left: 10px;
}
#leftnav h3{
	margin-top: 20px;
	color: white;
	width: 186px;
	height: 21px;
	line-height: 21px;
	background: url(../images/bg_h3.gif) no-repeat;
	padding-left: 10px;
}
#leftnavsub{
	margin-left: 11px;
	margin-top: 9px;
}
#bodycontent{
	width: 720px;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
}
#bodycontent h2{
	color: #005bdb;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 15px;
}
.imgright{
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.imgleft{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#bodyfooter{
	height: 9px;
	width: 986px;
	float: left;
	background: url(../images/footer_bottom.jpg) no-repeat;
}
#micetype{
	margin-left: auto;
	margin-right: auto;
	width: 986px;
	text-align: center;
	color: gray;
	font-size: 11px;
	float: left;
	padding-top: 10px;
}