body {
	margin: 0px;
	padding: 0px;
	background-color: none;
	background-image:url(../images/body-bg.jpg);
}
body, td, p {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #3333cc;
	line-height: 120%;
}
li {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #3333cc;
	line-height: 180%;
}
form {
	margin: 0px;
	padding: 0px;
}
/*input {
	border: 1px solid #333333;
	background-color:#FFFFFF;
	background-image:url(../images/content-bg.jpg);
	height: 18px;
}*/
td.leftcolumn {
	background-color: ;
	width: 0px;
	padding: 0.5cm 0.25cm 0.5cm 0.5cm;
}
td.rightcolumn {
	background-color: #ffffff;
	border-left: 0px solid #e1e1d9;
	width: 0px;
	padding: 0.5cm 0.25cm 0.5cm 0.25cm;
}
.header {
	background-color: #009999
}
.container {
	border: 1px solid #009999;
	background-color: #ffffff;
	background-image:none;
	margin-top: 0.2cm;
}
.content {
	margin-top: 0.6cm;
	background-image:none;
}

.footer {
	background-color: #FFFFFF;
	border-top: 2px solid #e1e1d9;
	padding: 0.5cm 0 0.5cm 0;
}

a {
	color: #009999;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
h1 {
	font-size:22px;
	font-weight: bold;
	color: #3333cc
}
h2 {
	font-size:18px;
	font-weight: bold;
	color: #3333cc
}
h3 {
	font-size:16px;
	font-weight: bold;
	color: #3333cc
}
h4 {
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	color: #3333cc
}
h5 {
	font-size:12px;
	font-weight: bold;
	color: #68b823
}
h6 {
	font-size:12px;
	font-style:italic;
	color: #68b823
}
.xsmalltext {
		font-size:10px;
}

.nav {
	background-color: #3333cc;
}
.nav td {
	border-right: 1px solid #cdddab;
}

.nav a:link, .nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #CCCCCC;
}
.nav li {
/*	Controls the top menu bar */
	height:25px;
	padding: 5px 10px 0 10px;
	text-align: center;
	margin: 0;
	list-style: none;
	float:left;
	display: block;
	border-right: 1px dashed #cccccc;
	word-spacing: 5px;
}

.nav ul ul {
	position: absolute;
	margin-left: -75px;
	margin-top: 30px;
}
/*
.nav ul ul[alt="menu"] {
	margin-left:55px;
}*/
.nav li li {
/*	Controls the drop-down menu block */
	position: relative;
	float: none;
	background-color: #009999;
	border: 0px none;
	display: list-item;
	padding: 0 0 0 5px;
	margin: 0px;
	height: 20px;
	text-align:left;
	width: 210px;
}
p.title {
	font-weight: bold;
}
.linktable a{
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
}
.linktable a:hover {
	color: #CCCCCC;
}

.searchbox {
	background-image:url(../images/search-back.gif);
	width: 130px;
	height: 26px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	margin:12px;
	padding-left: 15px;
	vertical-align: center;
}
.searchtext {
	width: 90px;
	height: 17px;
	border: 1px solid #FFFFFF;
	margin-top:2px;
	margin-left: 10px;
}
.searchbutton {
	color: #FFFFFF;
	border: 1px solid #BC522A;
	background-color: #BC522A;
	cursor: pointer;
}

.optform th {
	background-color: #BC522A;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px;
}
.optform {
	border: 1px solid #BC522A;
	padding: 2px;
}

.bottomnav a {
	color: #BC522A;
	text-decoration: none;
	font-weight: bold;
}

.bottomnav a:hover {
	color: #333333;
}
