
.bodyclass {
	color: #000000;
	background-color: #bccde9;
	padding-bottom: 20px;
	padding-top: 8px;
}

#wrap {
	width: 769px;
	margin-left: auto;
	margin-right: auto;
}


/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 763px;
	height: 103px;
	float: left;
	padding-left: 6px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 753px;
	float: left;
	padding-left: 8px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: 7px 0px;
}


/*************************** navigation **************************/
#navigation {
	width: 173px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_navcontainer.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#bar {
	width: 1px;
	height: 450px;
	float: left;
}

#navcontainer {
	width: 171px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li a
{
	display: block;
	width: 150px;
	height: 19px;
	padding: 4px 10px 0px 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px 1px;
	margin: 0px;
}

#navcontainer li li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li li a
{
	display: block;
	font-weight: normal;
	width: 143px;
	padding: 1px 10px 0px 16px;
	color: #1e5fab;
	background-color: #ddecff;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	font-weight: normal;
	color: #2d2e2f;
	background-color: #ddecff;
	background-image: none;
}

#navcontainer ul ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li li li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

#navcontainer li li li a
{
	display: block;
	font-weight: normal;
	width: 134px;
	padding: 0px 10px 0px 25px;
	color: #1e5fab;
	background-color: #ffffff;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current
{
	color: #2d2e2f;
	font-weight: normal;
	background-image: none;
	background-color: #ffffff;
}

/*************************** container *************************/
#container {
	width: 551px;
	float: left;
	padding: 10px 14px 20px 14px;
}


/********** breadcrumb ****************/
#breadcrumb {
	width: 100%;
	float: left;
	padding-bottom: 5px;
	color: #1f317d;
	font-size: 10px;
}

#breadcrumb a {
	color: #1f317d;
	text-decoration: none;
}

/*************************************** footer ****************************************/
#footer {
	width: 291px;
	height: 36px;
	padding: 6px 0px 0px 470px;
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-position: 7px 0px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#grip {
	text-align: center;
	padding-top: 20px;
}

#copyright {
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
}

#printfooter {
	display: none;
	visibility: hidden;
}
