
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#wrap {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 747px;
	float: left;
	padding: 0px 4px;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 755px;
	height: 97px;
	float: left;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 168px;
	float: left;
}

#navcontainer_top {
	width: 168px;
	float: left;
	padding: 5px 0px 0px 0px;
	background-color: #2c2ca6;
	background-image: url(../images/bg_navcontainer_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#navcontainer_bottom {
	width: 168px;
	padding: 0px 0px 5px 0px;
	background-image: url(../images/bg_navcontainer_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#navcontainer {
	width: 166px;
	padding: 0px 1px 0px 1px;
	font-size: 12px;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #8989cd;
}

#navcontainer li a {
	width: 150px;
	display: block;
	padding: 3px 7px 5px 9px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #000000;
	text-decoration: none;
	background-color: #d5b57b;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 2px 0px 3px 0px;
	border-top: 1px solid #9a9a9a;
	background-color: #ffffff;
	background-image: url(../images/bg_menu2.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#navcontainer li li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navcontainer li li a {
	width: 142px;
	display: block;
	padding: 2px 7px 0px 17px;
	color: #4d4d4d;
	text-decoration: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-color: transparent;
	color: #2c2ca6;
}

#banners {
	width: 168px;
	float: left;
	padding: 20px 0px 0px 0px;
}

.navbanner {
	width: 168px;
	float: left;
	margin-bottom: 3px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 559px;
	float: left;
	padding: 0px 0px 10px 20px;
	min-height: 400px;
}

#breadcrumbs {
	text-transform: lowercase;
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 0px;
}

#breadcrumbs a {
	color: #977436;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #977436;
	text-decoration: underline;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
#contentbox_1 {
	width: 298px;
	padding: 0px;
	float: left;
}

#contentbox_2,
#contentbox_3 {
	width: 241px;
	float: right;
	padding: 0px 0px 10px 20px;
	clear: right;
}

.cbTitle {
	color: #2c2ca6;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 4px 2px 4px;
}

.cbBody {
	min-height: 150px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	padding: 1px 5px;
}

.cb_top {
	width: 241px;
	height: 5px;
	line-height: 0px;
	float: left;
	background-image: url(../images/bg_cb_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.cb_bottom {
	width: 241px;
	height: 5px;
	line-height: 0px;
	float: left;
	background-image: url(../images/bg_cb_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 747px;
	padding: 20px 0px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #000000;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}


