
.bodyclass {
	background-color: #ffffff;
	color: #000000;
	padding-bottom: 10px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#wrap {
	width: 836px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 814px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #839fba;
	border-right: 1px solid #839fba;
	border-bottom: 1px solid #839fba;
}

#bar_left {
	width: 10px;
	height: 620px;
	float: left;
	background-image: url(../images/bar_left.gif);
}

#bar_right {
	width: 10px;
	height: 620px;
	float: right;
	background-image: url(../images/bar_right.gif);
}

#topcaption {
	width: 800px;
	height: 19px;
	padding-left: 14px;
	padding-top: 11px;
	float: left;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#main_top {
	width: 814px;
	float: left;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 588px;
	height: 41px;
	float: left;
	text-align: right;
}

#header a,
#header a:hover {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}


/*************************** navigation **************************/
#navigation {
	width: 210px;
	float: left;
	padding: 5px 0px 6px 0px;
	background-image: url(../images/bg_navcontainer_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#header_logo {
	width: 210px;
	height: 106px;
	float: left;
}

#navcontainer {
	width: 206px;
	float: left;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	background-image: url(../images/bg_navcontainer_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer li a
{
	display: block;
	width: 194px;
	padding: 12px 6px 2px 6px;
	text-decoration: none;
	color: #ffffff;
	background-color: #0e4a8b;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	background-color: #3c8ad9;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px;
	margin: 1px 0px 0px 0px;
}

#navcontainer li li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 186px;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	color: #0e4a8b;
	background-color: #ffffff;
	font-weight: normal;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #3c8ad9;
	background-color: #ffffff;
	font-weight: normal;
}

#bar {
	width: 16px;
	height: 600px;
	float: left;
}

/********** breadcrumb ****************/
#breadcrumb {
	width: 100%;
	float: left;
	color: #0e4a8b;
	font-size: 11px;
	text-align: right;
	text-transform: lowercase;
	padding-bottom: 5px;
}

#breadcrumb a {
	color: #0e4a8b;
	text-decoration: underline;
}

/*************************** container *************************/
#container {
	width: 571px;
	float: left;
	padding: 0px 0px 20px 0px;
}


#pagetitle  {
	width: 100%;
	float: left;
	border-bottom: 6px solid #0e4a8b;
	margin-bottom: 10px;
	color: #0e4a8b;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}	

/*************************************** footer ****************************************/
#footer {
	width: 814px;
	height: 39px;
	clear: both;
	font-size: 11px;
	background-color: #0e4a8b;
	color: #ffffff;
	padding-top: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#printfooter {
	display: none;
	visibility: hidden;
}

#grip {
	width: 814px;
	text-align: center;
	padding-top: 10px;
	clear: both;
}