html {
	overflow-y: scroll;
	margin:0;
}
body {
	background: #FFF;
	margin:0;
}
body, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:hover, a:active, a:visited {
	color: #4E889E;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img {
	border:none;
}
h1 {

	font-size: 16px;
	font-weight: bold;
	color: #4F2E1D;
	text-decoration: none;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4F2E1D;
	text-decoration: none;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4F2E1D;
	text-decoration: none;
}
#nav_pri {
	width:800px;
	height:40px;
	overflow:hidden;
	background:url(../images/nav_white.jpg) top left repeat-x;
}
#nav_pri td {
	line-height:40px;
	font-size:118%;
	font-weight:bold;
}
#nav_pri a {
	padding:0 10px;
	display:block;
	line-height:40px;
	color:#593A28;
	text-decoration:none;
}
#nav_pri a:hover {
	color:#FFF;
	background:url(../images/nav_blue.jpg) top left repeat-x;
}
#nav_pri td.selected {
	background:url(../images/nav_brown.jpg) top left repeat-x;
}
#nav_pri td.selected a, #nav_pri td.selected a:hover {
	color:#FFF;
	background:none;
}
#banner {
	position:relative;
	width:800px;
	height:245px;
}
#img_left {
	float:left;
	width:544px;
	height:245px;
	background:url(../images/banner01.jpg) top left no-repeat;
}
#img_right {
	float:left;
	width:256px;
	height:245px;
	background:url(../images/img01.jpg) top left no-repeat;
}
#credit {
	position:absolute;
	left:10px;
	top:212px;
	width:300px;
	height:20px;
	font-size:80%;
}
#nav_sec {
	position:absolute;
	left:390px;
	top:212px;
	width:140px;
	height:20px;
	color:#FFF;
}
#nav_sec a {
	color:#FFF;
}
#page_content {
	position:relative;
	width:800px;
}
#col_sec {
	float:left;
	width:224px;
	padding:10px;
	overflow:hidden;
	background-color:#f5f6f1;

}
#side_menu {
	width:180px;
	background-color:#f5f6f1;

}
#side_menu a {
	display:block;
	padding:3px 5px;
	font-size:118%;
	font-weight:bold;
	text-decoration:none;
}
#side_menu a:hover {
	background-color:#4E889E;
	color:#FFF;
}
#col_mid {
	float:left;
	width:17px;
	height:316px;
	background:url(../images/spacer01.jpg) top left no-repeat;
}
#col_pri {
	float:left;
	width:539px;
	margin-top:16px;
}
#footer {
	left:130px;
	width:600px;
	height:40px;
	position:relative;
}
#footer a {
	font-size:10px;
}
#footer {
	font-size:10px;
	color:#4e889e;
}

