
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*********************************** main ********************************************/
#main {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/************************** header *************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 754px;
	height: 94px;
	float: left;
}

#logo {
	width: 150px;
	height: 94px;
	float: left;
}

#header_nav {
	width: 550px;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 60px;
	color: #002d62;
	font-weight: bold;
}

#header_nav a,
#header_nav a:hover {
	text-decoration: none;
	color: #002d62;
}

#bordertop {
	background-image: url(../images/border_top.jpg);
	width: 754px;
	height: 15px;
	float: left;
	line-height: 0px;
}


/************************** main container **********************/
#navcontent {
	width: 754px;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

#navcontenthome {
	width: 754px;
	float: left;
	background-image: url(../images/bg_homepage.gif);
	background-repeat: repeat-y;
}

/***************** navigation *****************/
#navcontainer {
	width: 174px;
	float: left;
	margin: 0px;
	padding-left: 9px;
	background-image: url(../images/browse.gif);
	background-repeat: no-repeat;
	background-position: 9px 0px;
	padding-top: 31px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
}

#navcontainer li a
{
	display: block;
	padding: 1px 7px 4px 7px;
	width: 160px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	font-weight: bold;
	background-image: url(../images/navbar.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navcontainer ul ul
{
	background-image: url('../images/gradient.gif');
	background-repeat:repeat-x;
	width: 160px;
	margin-left: 7px;
	font-size: 11px;
}

#navcontainer li li
{
	list-style: none;
}

#navcontainer li li a
{
	display: block;
	padding: 1px 7px 4px 7px;
	width: 146px;
	color: #000000;
	text-decoration: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #ffffff;
	font-weight:normal;
	background-image: none;
}

/***************** content *******************/
#bar {
	width: 8px;
	float: left;
}

#container {
	width: 556px;
	float: left;
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	background-position: top;
}

h1 {
	width: 556px;
	float: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

#bottom {
}

/*************************************** footer ****************************************/
#navbottom {
	position: relative;
	width: 754px;
	height: 1px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#curve {
	position: absolute;
	left: 9px;
	top: -160px;
}

#footer {
	width: 754px;
	float: left;
	padding-top: 2px;
	color: #002d62;
}

#footer a {
	text-decoration: none;
	color: #002d62;
}

#footer_left {
	width: 400px;
	float: left;
	padding-left: 5px;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 5px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

/************** content boxes ******************/
.corner_top_left {
	width: 8px;
	height: 8px;
	background-image: url(../images/corner_top_left.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

.corner_top_right {
	width: 8px;
	height: 8px;
	background-image: url(../images/corner_top_right.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

.corner_bottom_left {
	width: 8px;
	height: 8px;
	background-image: url(../images/corner_bottom_left.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

.corner_bottom_right {
	width: 8px;
	height: 8px;
	background-image: url(../images/corner_bottom_right.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

.cb_top {
	background-image: url(../images/cb_top.gif);
	background-repeat: repeat-x;
	line-height: 0px;
	height: 8px;
}

.cb_bottom {
	background-image: url(../images/cb_bottom.gif);
	background-repeat: repeat-x;
	line-height: 0px;
	height: 8px;
}

.cb_left {
	background-image: url(../images/cb_left.gif);
	background-repeat: repeat-y;
	line-height: 0px;
	width: 8px;
}

.cb_right {
	background-image: url(../images/cb_right.gif);
	background-repeat: repeat-y;
	line-height: 0px;
	width: 8px;
}
