body, html {
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	margin-top: 5px;
}

a:link {
	text-decoration: none;
	color: #572600;
}

a:visited {
	text-decoration: none;
	color: #572600;
}

a:hover {
	text-decoration: none;
	color: #755535;
}

a.body:link {
	text-decoration: underline;
	color: #738fb6;
}

a.body:visited {
	text-decoration: underline;
	color: #738fb6;
}

a.body:hover {
	text-decoration: underline;
	color: #859e2a;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

p.navText {
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

p.biggerText {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

table.mainBody {
	border: 3px solid #ffffff;
	width: 960px;
}

td.header {
	border-bottom: 3px solid #ffffff;
	text-align: left;
	padding: 0 0 0 0;
}

td.navigation {
	width: 235px;
	vertical-align: top;
	text-align: left;
	background-color: #d0e1d8;
}

td.empty {
	background-color: #d0e1d8;
}

td.body {
	border-left: 3px solid #ffffff;
	width: 722px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}

td.footer {
	border-left: 3px solid #ffffff;
	text-align: center;
	background-color: #ffffff;
	font-size: 10px;
}

table.titles {
	width: 722px;
	background-color: #90b0a0;
}

td.titlesLeft {
	text-align: left;
	
}

td.titlesRight {
	text-align: right;
}

table.bodyCopy {
	width: 692px;
}

td.bodyCopyLeft {
	width: 60%;
	text-align: left;
	vertical-align: top;
}

td.bodyCopyRight {
	width: 40%;
	text-align: centered;
	vertical-align: top;
	padding-left: 15px;
	line-height: 18px;
	}

textarea, select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	border: 1px solid #c7d2e2;
	padding-right: 15px;
}

ul.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.nav {
	background-image: url(img/star.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 100%;
	text-indent: 40px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

hr {
	width: 575px; 
	color: #e5e5e5;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	background-color: #738fb6;
	border: 1px solid #c7d2e2;
	width: 200px;
	height: 25px;
}

.btnOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	background-color: #8fa5c5;
	border: 1px solid #c7d2e2;
	width: 200px;
	height: 25px;
}

.divider {
	padding-left: 2px;
	padding-right: 2px;
}

div#body fieldset {
	font-size: 12px;
	line-height: 1.5em;
	width: 500px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

div#body fieldset label {
	width: 200px;
	text-align:right;
	display:block;
	float:left;
	padding-right: 5px;
}

div#body fieldset div {
	margin-bottom: 5px;
	clear:both;
}