
body {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	color: #676868;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #383838;
}

#wrap {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_wrap.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#wrap_bottom {
	width: 968px;
	padding: 0px 10px;
	background-image: url(../images/bg_wrap_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#header {
	width: 968px;
	height: 92px;
	float: left;
}

#printheader {
	display: none;
	visibility: hidden;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 230px;
	float: left;
	padding: 39px 11px 50px 0px;
}

#navcontainer {
	width: 230px;
	float: left;
	padding-bottom: 25px;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 12px;
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#navcontainer li a {
	display: block;
	width: 190px;
	padding: 0px 10px 0px 30px;
	text-decoration: none;
	color: #383838;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu1_on.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	color: #98002e;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 4px 0px 2px 31px;
}

#navcontainer li li {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #a4a3a3;
}

#navcontainer li li a {
	display: block;
	width: 177px;
	padding: 1px 10px 1px 12px;
	text-decoration: none;
	color: #383838;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #98012e;
	background-image: none;
}

.nav_border {
	width: 204px;
	height: 20px;
	float: left;
	background-image: url(../images/bg_nav_border.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#nav_info {
	width: 200px;
	float: left;
	padding: 0px 0px 19px 30px;
	color: #383838;
}

.nav_info_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 17px;
	padding-top: 15px;
}

#banners {
	width: 173px;
	float: left;
	padding: 0px 0px 0px 31px;
}

.navbanner {
	width: 173px;
	float: left;
	margin-bottom: 10px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#main {
	width: 714px;
	float: left;
}

#quicklinks {
	width: 712px;
	height: 18px;
	float: left;
	padding: 0px 1px;
	margin-top: 8px;
	border-top: 1px solid #a4a3a3;
	border-bottom: 1px solid #a4a3a3;
}

#quicklinks a {
	width: 178px;
	height: 17px;
	padding: 1px 0px 0px 0px;
	margin: 0px;
	background-color: transparent;
	float: left;
	text-align: center;
	color: #383838;
}

#quicklinks a:hover,
#quicklinks a.current {
	color: #98012e;
	text-decoration: none;
}

#container {
	width: 704px;
	float: left;
	padding: 10px 5px;
}

#container_top {
	width: 704px;
	height: 2px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_container_top.gif);
}

#container_bottom {
	width: 704px;
	height: 2px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_container_bottom.gif);
}

#container_content {
	width: 700px;
	float: left;
	background-image: url(../images/bg_container_content.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 0px 2px;
	min-height: 400px;
}

.maincontent {
	padding: 35px 38px;
}

#breadcrumbs {
	text-transform: lowercase;
	text-align: right;
	font-size: 12px;
	color: #666666;
	padding-bottom: 5px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#bottom {
	width: 968px;
	height: 29px;
	clear: both;
	position: relative;
}

#logo {
	width: 47px;
	height: 42px;
	position: absolute;
	left: 31px;
	top: -31px;
}


/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
.cbTitle {
	color: #98012e;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 968px;
	height: 33px;
	padding-top: 7px;
	clear: both;
	text-align: right;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#printfooter {
	display: none;
	visibility: hidden;
}


