
.bodyclass {
	background-color: #000000;
	color: #000000;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}


#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_wrap.gif);
	background-position: left;
	background-repeat: repeat-y;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 900px;
	height: 165px;
	float: left;
}

#date {
	width: 872px;
	height: 27px;
	float: left;
	background-image: url(../images/bg_date.gif);
	color: #ffffff;
	font-size: 11px;
	padding-left: 28px;
	padding-top: 17px;
}


#main {
	width: 900px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*************************** navigation **************************/

#navigation {
	width: 195px;
	float: left;
	padding: 0px 20px 20px 28px;
}

#navigation_top {
	width: 195px;
	float: left;
	background-image: url(../images/bg_navigation_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 43px;
	background-color: #324d92;
}

#navigation_bottom {
	width: 195px;
	float: left;
	background-image: url(../images/bg_navigation_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 42px;
}

#navcontainer {
	width: 195px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
}

#navcontainer li a
{
	display: block;
	width: 175px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 10px;
	background: url(../images/bg_menu1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navcontainer li a:hover {
	text-decoration: underline;
}

#navcontainer li a#current {
	background-color: #131E39;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li {
	list-style: none;
}

#navcontainer li li a {
	display: block;
	width: 165px;
	text-decoration: none;
	padding: 3px 10px 3px 20px;
	color: #000000;
	background-color: #a1c2da;
	background-image: none;
}

#navcontainer li li a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #a1c2da;
	background-image: none;
}

#navcontainer li li a#current {
	text-decoration: none;
	color: #000000;
	background-color: #a1c2da;
	background-image: none;
}


#banners {
	width: 186px;
	float: left;
	padding: 9px 0px 0px 4px;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 15px;
	float: left;
}
	
/*************************** container *************************/
#container {
	width: 629px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 5px;
}

#breadcrumbs {
	width: 599px;
	float: left;
	text-align: right;
	padding-bottom: 5px;
	font-size: 11px;
	color: #2c2d2d;
}

#breadcrumbs a {
	color: #2c2d2d;
	text-decoration: underline;
}

#maincontent {
	width: 599px;
	float: left;
	padding: 0px 0px 20px 0px;
}

/*************************************** footer ****************************************/
#bottom {
}

#footer {
	width: 900px;
	height: 150px;
	padding: 120px 0px 10px 0px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#grip {
	padding-top: 15px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

