body {
	background-color: #ded9c3;
	margin-top: 17px;
	font-family: Trebuchet MS;
	font-size:11px;
	color: #3e3e3e;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#pagetop {
	width: 800px;
	float: left;
	background-image:url(../images/top_border.gif);
	background-repeat: no-repeat;
}

#print_header {
	display:none;
	visibility:hidden;
}

#header {
	width: 800px;
	height:124px;
	float: left;
}

#header_inside {
	width: 800px;
	height: 80px;
	float: left;
}

/******************** top menu *********************/
#nav_top	{
	width:790px;
	height: 35px;
	float: left;
	padding-right: 10px;
	margin: 0px;
	text-align: right;
	/*display: block;
	list-style:none;*/
	background-image:url(../images/bg_navigation.gif);
	background-repeat:repeat-x;
}
	
.top_ul	{
	float: right;
	margin: 0px;
	padding: 0px;
}

.top_li	{
	float:left;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
	
#main_container {
	width: 800px;
	float: left;
	background-color: #ffffff;
}

#home_content {
	width: 740px;
	min-height: 300px;
	_height: 300px;
	padding: 20px 25px 20px 35px;
	float: left;
}

#main_content {
	width: 740px;
	min-height: 400px;
	_height: 400px;
	float: left;
	padding: 5px 30px 20px 30px;
}

#breadcrumb {
	border-bottom: 1px #dcdadb solid;
	font-size:10px;
	text-align: right;
	padding-bottom:2px;
	margin:0px;
	padding-right:12px;
	color: #a20000;
}

#breadcrumb a,
#breadcrumb a:hover {
	color:#5e5e5e;
}

/************** secondary navigation *****************/
#subnavigation {
	width:800px;
	float:left;
	background-color: #68a9e4;
	height: 20px;
	padding-top: 3px;
}

#subnavigation ul {
	margin: 0px;
	padding: 0px;
}

#subnavigation li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.sub_hav_bar {
	color: #ffffff;
	padding-left: 9px;
	padding-right: 9px;
}

.sub_nav a:link,
.sub_nav a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.sub_nav a:hover,
.sub_nav_on a:link,
.sub_nav_on a:visited,
.sub_nav_on a:hover {
	color: #000000;
	font-weight: normal;
	/*font-weight: bold;*/
	text-decoration: none;
}

/**************** content body ***************/
#pagetitle {
	font-size:18px;
	color: #3e3e3e;
	float:left;
	width:700px;
	padding: 5px 0px 15px 30px;
}

#bottom {
	width: 800px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	height:30px;
}

#bottomlink,
#bottomlink a,
#bottomlink a:hover {
	color: #ffffff;
	text-decoration: none;
}


#footer {
	text-align:center;
	color: #36392b;
	font-size: 12px;
	float: left;
	margin-top:12px;
}

#footer a,
#footer a:hover {
	color:#4e4e4e;
	text-decoration: underline;
}

#print_footer {
	display:none;
	visibility:hidden;
}

#buttons {
	visibility: visible;
}

#imagetoolbar {
	visibility: visible;
}