
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 13px;
}

.bodyclass {
	background-color: #1645a7;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	color: #000000;
}

#wrap {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
}


/*********************************** header ********************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 898px;
	height: 148px;
	float: left;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	font-size: 11px;
}

#date {
	width: 400px;
	height: 18px;
	float: left;
	color: #ffffff;
}

#headerlinks {
	width: 400px;
	height: 18px;
	float: right;
	text-align: right;
	padding-right: 32px;
	color: #ffffff;
}

#headerlinks a {
	color: #ffffff;
	text-decoration: none;
}

#logo {
	width: 898px;
	height: 130px;
	float: left;
}

/*************************** container **************************/
#main {
	width: 898px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}

/*************************** navigation **************************/
#navigation {
	width: 200px;
	float: left;
	background-image: url(../images/bg_navigation.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 37px;
}

#navcontainer {
	width: 200px;
	float: left;
	font-size: 11px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	font-weight: normal;
	text-transform: uppercase;
}

#navcontainer li a
{
	display: block;
	width: 170px;
	text-decoration: none;
	padding: 4px 15px 4px 15px;
	border-top: 1px solid #75a1e5;
	color: #ffffff;
	background-color: #1159c6;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	background-color: #ff7e00;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li li
{
	list-style: none;
	text-transform: none;
}

#navcontainer li li a
{
	display: block;
	width: 170px;
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	color: #000066;
	font-weight: normal;
	border-top: none;
	background-color: #ffdfad;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #000066;
	font-weight: bold;
	border-top: none;
	background-color: #ffdfad;
}

#navcontainer ul ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li li li
{
	list-style: none;
	text-transform: none;
}

#navcontainer li li li a
{
	display: block;
	width: 155px;
	text-decoration: none;
	padding: 3px 15px 3px 30px;
	color: #000066;
	font-weight: normal;
	border-top: none;
	background-color: #ffdfad;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current
{
	color: #ff7e00;
	font-weight: normal;
	border-top: none;
	background-color: #ffdfad;
}

#bar {
	width: 12px;
	height: 500px;
	float: right;
}

/************************** content *******************/
#mainbody {
	width: 673px;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 10px;
}

/********** breadcrumb and title ****************/
h1 {
	height: 21px;
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px 0px 8px;
	margin: 0px 0px 10px 0px;
}

#breadcrumb {
	color: #666666;
	font-size: 10px;
	text-align: right;
	padding-bottom: 3px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
}

/*************************************** footer ****************************************/
#footer {
	width: 898px;
	height: 80px;
	padding-top: 26px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 11px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#copyright {
	float: left;
	width: 400px;
	height: 23px;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 2px;
}

#footerlinks {
	float: right;
	width: 400px;
	height: 23px;
	text-align: right;
	padding-right: 7px;
}

#address {
	width: 400px;
	float: left;
	padding-top: 6px;
}

#grip {
	width: 141px;
	height: 30px;
	float: right;
	padding-top: 5px;
}

#printfooter {
	display: none;
	visibility: hidden;
}
