body {
	background-color: #660000;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tbleBg {
	background-image: url(/images/site_03.gif);
}

#header {
	background-image: url(/images/site_01a.gif);
	height: 250px;
	width: 725px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.pageCenter {
	background-image: url(/images/site_03.gif);	
}

.keyword {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	padding-right: 50px;
	padding-top: 3px;
}

.navCol {
	float: left;
	width: 200px;
}

.content {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 35px;

}

.footer {
	background-image: url(/images/site_06.gif);
	background-repeat: no-repeat;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

#bottomNav {
	border-top: 1px solid #CCFFCC;
	border-bottom: 1px solid #CCFFCC;
	text-align: center;
	height: 30px;
	width: 90%;
}
#bottomNav ul {
	font-size: 12px;
	line-height: 30px;
	white-space: nowrap;
}
#bottomNav li {
	list-style-type: none;
	display: inline;
}
#bottomNav a {
	text-decoration: none;
	padding: 2px 3px;
	color: #CCFFCC;
}
#bottomNav a:link, a:visited, a:active {
	color: #CCFFCC;
}

#bottomNav a:hover {
	color: #663300;
	background-color: #CCCC99;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu a {
	margin: 2px;
	font-size: 16px;
	width: 180px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	color: #FFCC66;
	background-color: #660000;
	 }
	 
#menu a:hover {
	background: #996600;
	color: #FFFF99;
}

#menu a:active {
     color: #fff;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCFFCC;
}

a:link, a:active, a:visited {
	color:#660000;
}

a:hover {
	color:#990000;
}