body {
	background-color: #f8f8f8;
	margin-top: 11px;
	font-family: Trebuchet MS;
	font-size:11px;
	text-align:justify;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#print_header {
	display:none;
	visibility:hidden;
}

#header {
	width: 800px;
	height:66px;
}

#header_image {
	width: 800px;
	height: 132px;
}

#header_image_inside {
	width: 800px;
	height: 30px;
}

/******************** top menu *********************/
#nav_top	{
	height: 31px;
	text-align: right;
	display: block;
	list-style:none;
	background-image:url(../images/bg_nav_top.gif);
	background-repeat:repeat-x;
}
	
.top_ul	{
	float: right;
	margin: 0px;
	padding: 0px;
}

.top_li	{
	float:left;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
	

/******************** for homepage **********************/
#home_nav_content {
	width: 800px;
	min-height: 300px;
	_height: 300px;
}

#date {
	width: 400px;
	height:18px;
	padding-top:9px;
	padding-left:12px;
}

#home_content {
	margin:30px 20px 30px 12px;
}

#nav_content {
	width: 800px;
	min-height: 400px;
	_height: 400px;
	background-image: url(../images/bg_content.gif);
	background-position:top;
	background-repeat: no-repeat;
}

#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;
	text-decoration: none;
}

/***************** left navigation *****************/
#nav {
	width:161px;
	float:left;
}

.menu0 {
	margin:6px 0px 20px 0px;
	padding:0px;
	list-style:none;
}

.menu1 {
	list-style: none;
}

.menu1 a:link,
.menu1 a:active,
.menu1 a:visited {
	background-image: none;
	padding: 0px 3px 0px 10px;
	margin:0px;
	width:148px;
	height:19px;
	display: block;
	color: #5e5e5e;
	text-decoration: none;
}

.menu1 a:hover {
	background-image: url(../images/menu1_on.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration: none;
}

.menu1_selected {
	list-style: none;
}

.menu1_selected a:link,
.menu1_selected a:hover,
.menu1_selected a:visited,
.menu1_selected a:hover {
	padding: 0px 3px 0px 10px;
	margin:0px;
	width:148px;
	height:19px;
	display: block;
	background-image: url(../images/menu1_on.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration: none;
}

/**************** content body ***************/
#content {
	width:610px;
	float:right;
	padding:14px 15px 20px 13px;
}

#pagetitle {
	background-image: url(../images/bg_title.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 4px 5px 1px 0px;
	margin-left:12px;
	font-size:18px;
	color: #a20000;
	float:right;
	width:621px;
}

#bottom {
	background-image: url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	height:24px;
	color:#FFFFFF;
	padding-left:11px;
}

#bottom_text {
	float:left;
	width:500px;
	height:17px;
	margin-top:3px;
}

#bottom_link {
	float:right;
	text-align:right;
	width:250px;
	height:17px;
	margin-top:3px;
}

#bottom_link a,
#bottom_link a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/bar_footer.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	height:24px;
}

#disclaimer {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #5e5e5e;
	width: 800px;
	clear: both;
	padding-top: 10px;
	line-height: 12px;
}

#footer {
	color:#5e5e5e;
	text-align:center;
	padding-top:12px;
}

#footer a,
#footer a:hover {
	color:#5e5e5e;
	text-decoration:none;
}

#print_footer {
	display:none;
	visibility:hidden;
}


