
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #484848;
	background-color: #eeeeee;
}

#wrap {
	width: 1015px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_wrap.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#wrap_bottom {
	width: 991px;
	float: left;
	padding: 0px 12px 15px 12px;
	background-image: url(../images/bg_wrap_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

	


/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 991px;
	height: 119px;
	float: left;
}




/*************************************************************/
/*************************** quick links *********************/
/*************************************************************/
#quicklinks {
	width: 991px;
	height: 40px;
	float: left;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.quicklink_bar {
	width: 2px;
	height: 40px;
	float: left;
	background-image: url(../images/bg_quicklink_bar.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.quicklink_item {
	height: 35px;
	float: left;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
}

.quicklink_item a {
	width: 100%;
	height: 35px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.quicklink_item a span {
	width: 100%;
	height: 29px;
	padding-top: 6px;
	text-align: center;
	display: block;
	color: #ffffff;
}

.quicklink_item a:hover,
.quicklink_item a.current {
	width: 100%;
	height: 35px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-image: url(../images/bg_quicklink_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.quicklink_item a:hover span,
.quicklink_item a.current span {
	width: 100%;
	height: 28px;
	padding-top: 7px;
	text-align: center;
	display: block;
	color: #580503;
	color: #580503;
	background-image: url(../images/bg_quicklink_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}




/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 190px;
	float: left;
	padding: 0px 0px 20px 0px;
}

.menu1 {
	width: 178px;
	float: left;
	padding: 3px 6px;
	border-bottom: 1px solid #d2d2d4;
	font-size: 15px;
	font-weight: bold;
}

.menu1 a {
	width: 158px;
	height: 23px;
	display: block;
	padding: 5px 10px 0px 10px;
	color: #580503;
	background-image: url(../images/bg_menu1_off.gif);
}

.menu1 a:hover,
.menu1 a.current {
	color: #ffffff;
	background-image: url(../images/bg_menu1_on.gif);
	text-decoration: none;
}

#login {
	width: 172px;
	float: left;
	padding: 9px;
	border-bottom: 1px solid #d2d2d4;
	background-image: url(../images/bg_login.gif);
	background-position: 0 0;
	background-repeat: no-repeat;

}

#login .title {
	font-size: 22px;
	font-weight: bold;
	color: #770d0a;
}

#login a {
	color: #0073af;
	text-decoration: underline;
}

#contact {
	width: 174px;
	height: 50px;
	float: left;
	margin: 5px 5px 0px 4px;
	padding: 118px 0px 0px 7px;
	background-image: url(../images/bg_contact.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#contact .title {
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
}

#contact a {
	color: #ffffff;
}






/*************************************************************/
/*************************** main ****************************/
/*************************************************************/
#container {
	width: 760px;
	padding: 20px 20px 10px 21px;
	float: left;
	min-height: 500px;
}

#breadcrumbs {
	text-align: right;
	font-size: 12px;
	color: #666666;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}




/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#bottom {
	clear: both;
	line-height: 1px;
	background-color: #eeeeee;
}

#footer {
	width: 991px;
	padding: 18px 0px 0px 0px;
	height: 105px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 11px;
	color: #4a4a4a;
	text-align: center;
	line-height: 18px;
}


#footer .links {
	font-size: 14px;
}

#footer a {
	color: #4a4a4a;
	text-decoration: none;
}

#printfooter {
	display: none;
	visibility: hidden;
}

