body {
	background-color: #669966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px 0px 0px 0px;
}
a {
	color: #330000;
}
a:hover {
	color: #8d273d;
	background-color: #DEDECA;
}
h2 {
	color: #006633;
}
form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  	background-color: #999999; color: #000000;
	text-indent: 10px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-size: 14px;
  	color: #8d273d;
	margin-right: 20px;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #8d273d;
}

.nav a {
	font-size: 24px;
	font-weight: bold;
	color: #8d273d;
	text-decoration: none;
}
.nav a:hover {
		background-color: #DEDECA;
		color: #00138B;
}

.navbar {
	font-size: 14px;
	color: #FFFFFF;
}
.navbar a {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	text-decoration: underline;
	color: #00138B;
}

.footer {
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	line-height: 22px;
	color: #FFFFFF;
}
.footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #EEEEEE;
	margin-right: 25px;
}


.promo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}
#container {
	position:relative;
	width:950px;
	left:50%;
	margin-left:-400px;
	background-color: #FFFFFF;
}


/* index page */
#header {
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 850px;
	height: 125px;
}
#front {
	background-color: #FFFFFF;
	background-image: url(images/backgrd.gif);
	background-repeat: no-repeat;
	width: 850px;
	height: 315px;
}
#bottom {
	background-color: #00138b;
	width: 850px;
	height: 200px;
}
/* interior pages */
#top {
	background-color: #FFFFFF;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	width: 850px;
	height: 165px;
}
#navbar {
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	width: 850px;
}
#content {
	width: 850px;
	background-color: #FFFFFF;
}
#footer {
	width: 850px;
	background-color: #00138b;
}
