html {
	overflow-y: scroll;
}
body {
	background: #EADFB0;
}
body, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:hover, a:active, a:visited {
	color: #942625;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img {
	border:none;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}
h1 {
	font-size:160%;
	padding:4px 0;
}
h2 {
	font-size:140%;
	padding:3px 0;
}
h3 {
	font-size:120%;
	padding:2px 0;
}


#full_page {
	position:absolute;
	width:825px;
	left:50%;
	margin-left:-412px;
	background:url(../images/bg_rep.gif) top left repeat-y;
}
#div_menu {
	height:39px;
	background:url(../images/bg01.jpg) top left no-repeat;
	padding-top:30px;
	overflow:hidden;
}
#div_menu td {
	padding:0;
	margin:0;
	border-left:2px solid #000;
}
#div_menu td.first {
	border:none;
}
#div_menu td a {
	display:block;
	line-height:30px;
	height:30px;
	padding:0 10px;
	color:#000;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	font-style:italic;
}
#div_menu td a:hover {
	text-decoration:underline;
}
#div_menu td.selected a {
	color:#FFF;
}
#menu_sep {
	height:6px;
	width:728px;
	border-bottom:2px solid #000;
}
#div_banner {
	height:87px;
	background:url(../images/bg02.jpg) top left no-repeat;
}
#div_splash {
	width:753px;
	height:320px;
	margin-left:36px;
	background:url(../images/splash02.jpg) top left no-repeat;
	overflow:hidden;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#div_content {
	width:753px;
	margin-top:10px;
	margin-left:36px;
	min-height:200px;
}
#col_sec {
	width:170px;
	float:left;
	margin-left:12px;
}
#col_pri {
	width:547px;
	float:left;
	margin-left:12px;
}
#content_sep {
	clear:both;
	height:6px;
}
#foot_sep {
	clear:both;
	height:6px;
	width:728px;
	margin-left:48px;
	border-bottom:2px solid #000;
}
#div_foot {
	height:135px;
	background:url(../images/bg03.jpg) top left no-repeat;
	padding-top:20px;
}
#div_foot td {
	text-align:center;
	padding:4px 8px;
}
#div_foot td.credit {
	font-size:85%;
}
#div_foot td a {
	text-decoration:none;
	color:#FFF;
}
#div_foot td a:hover {
	text-decoration:underline;
}



