.bodyclass {
	background-color: #32699d;
	background-image: url(/images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/bg_top.png) no-repeat;
}

#wrap_top {
	width: 985px;
	height: 140px;
}

#wrap_content {
	background: url(/images/bg_repeat.png) repeat-y;
	float:left;
}	

#printheader,
#printfooter {
	visibility: hidden;
	display: none;
}

#header {
	width: 985px;
	height: 140px;
	float:left;
	margin-top:7px;
	background: url(/images/header.png) no-repeat;
}

#logo a {
	float: left;
	padding-top: 29px;
	width: 345px;
	height: 96px;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 500;
}

#logo a span{
	display: none;
}

#maincontent_top {
	width: 752px;
	height: 5px;
	float: right;
	padding-right: 12px;
}

#maincontenthome {
	margin-right: 11px;
	padding-right: 5px;
	padding-left: 5px;
	width: 742px;
	float: right;
	background-color: #EAE9E9;
}

#maincontentinside {
	padding-right: 30px;
	width: 707px;
	float: right;
	margin-top: 2px;
	min-height: 600px;
}

#container {
	width: 985px;
	float: left;
}

/************************ navigation ****************************/
#nav_wrapper {
	float: left;
	margin-left: 11px;
}

#navigation {
	width: 205px;
}

#navcontainer {
	width: 205px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top:2px;
	padding-bottom: 40px;

}

#navcontainer ul  {
	list-style: none;
	width: 191px;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	margin-bottom: 1px;
	font-size: 12px;
}

#navcontainer li a {
	display: block;
	width: 191px;
	height: 26px;
	margin-left:7px;
	margin-top: 0px;
	padding-top: 7px;
	padding-left: 5px; 
	padding-right: 0px;
	color: #004b85;
	text-decoration: none;
	background:  url(/images/button.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#navcontainer li a:hover {
	width: 191px;
	height: 26px;
	margin-left:7px;
	margin-top: 0px;
	color: #ffffff;
	background:  url(/images/button_rollover.png) no-repeat;
}

#navcontainer li a#current {
	width: 191px;
	height: 26px;
	margin-left:7px;
	margin-top: 0px;
	color: #ffffff;
	background:  url(/images/button_selected.png) no-repeat;
}

#navcontainer ul ul  {
	list-style: none;
	margin:  1px 0px 0px 0px;
	padding: 0px;
}

#navcontainer li li {
	font-size: 12px;
	margin-bottom: 1px;
}

#navcontainer li li a {
	width: 188px;
	padding: 1px 10px 1px 10px;
	color: #000000;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 17px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	padding: 1px 10px 1px 10px;
	color: #103f68;
	background:none;
	height: 17px;
	margin: 0px;
}

#navcontainer li li li a {
	padding: 1px 6px 1px 18px;
	color: #333333;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 17px;
	width: 182px;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	padding: 1px 6px 1px 18px;
	color: #333333;
	background:none;
	height: 17px;
	margin: 0px;
	width: 182px;
}

#banners {
	width: 205px;
}

.navbanner {
	display:block;
	text-align:right;
	padding-right: 8px;
}

#bar {
	width: 0px;
	float: left;
}

/******************* breadcrumbs/page title *******************/
#breadcrumbs {
	color: #666666;
	text-align: right;
	font-size: 12px;
	padding: 1px 0px;
	text-transform: lowercase;
}

#breadcrumbs a {
	color: #f89808;
	text-decoration: none;
}

#footer_top {
	height: 27px;
	padding-top: 3px;
	font-size: 12px;
	color: #ffffff;
	background: url(/images/footer_top.png) 0 0 no-repeat;
	clear: both;
}

#footer {
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 12px;
	clear: both;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer b {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	width: 700px;
	float: left;
	padding: 10px 10px 0px 15px;
}

#footer_right {
	width: 200px;
	float: right;
	padding-right: 5px;
	padding: 10px 10px 0px 10px;
	text-align: right;
}

#grip {
	text-align: right;
	padding: 10px 0px;
}

.button {
	font-size: 12px;
	font-weight: bold;
	background: url(/images/button_bg.gif);
	color: #ffffff;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
}

.button:hover {
	font-size: 12px;
	font-weight: bold;
	background: url(/images/button_over_bg.gif);
	color: #d28947;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
}

.clear { clear: both;}
