body {
	background-color: #CDBD22;	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
a {
	color: #990033;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC9933;
}
a:active {
	text-decoration: none;
}
#splash_msg{
	width: 700px;
	padding: 20px;
	text-align: left;
}
#horiz_menu{ /* IE browsers Only*/
	list-style-type:none;
	padding-left: 0px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}
html>body #horiz_menu{ /* non-IE browsers */
	list-style-type:none;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#horiz_menu li{
	display: inline;
	padding: 0px 8px 0px 8px;
}
#clearing{
	clear:both;
	height: 0%;
}
#pageheader{
	text-align:center;
	color: #CC9933;
	font-style:italic;
	font-weight:normal;
	margin: 20px auto 20px auto;
	font-size: 1.25em;
	width: 488px;
}
#menu{
	background-image:url(../images/logo_bg.gif); 
	background-repeat:repeat-x; 
	height: 210px; 
}
#copy{
	text-align: center;
	width: 750px;
	background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
}
#copy_left{
	float: left;
	width: 300px;
	padding: 0px 10px;
	}
#copy_right{
	float: right;
	width: 300px;
	padding: 0px 10px;
	}
#content{
	text-align:center;
	margin: 0px auto 0px auto;
	width: 660px;
	font: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.style3 {
	font-size: 16px;
	font-style: italic;
	color: #CC9900;
}
.style5 {
	font-size: 18px;
	font-style: italic;
	color: #CC9900;
	font-weight:normal;
	margin: 0px;
}
.style6 {
	font-size: 16px;
	font-style: italic;
}
.style4 {
	text-decoration:underline;
	font: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
.style4 a, .style4 a:link, .style4 a:visited,  .style4 a:active{
	text-decoration:underline;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}
.style4 a:hover{
	color: #CC9933;
}
.header_style1 {
	font-size: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #CC9933;
	font-weight:bold;
	font-style:italic;
}
#copyright {
	width:750px;
	color:#000000;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	font-size: 9px;
}
.verbena{
	margin-left:400px;
}
#copyright a{
	color:#000000;
	text-decoration:none;
}
#copyright a:hover{
	color:#990033;
	text-decoration:underline;
}
.clear {
	clear: both;
	}