html, body, p, ul, div, td, tr, h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}

body {
	background-color: #f2f0ec;
	background-repeat: repeat-x;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
}

form {
	padding:0px;  margin:0px;
	}
	
hr {
	color: #fff; background-color: #fff; border: 1px dotted #CCCCCC; height:1px; width:100%; 
	}

/**********************************/
/* headers                        */
/**********************************/


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

h1{
	font-size: 28px;
	color: #0a7786;
	margin-bottom: 10px;
	line-height: 24px;
}

h2{
	font-size: 24px;
	color: #807765;
	margin-bottom: 8px;
}

h3{
	font-size: 22px;
	color: ##23211c;
	margin-bottom: 6px;
}

h4{
	font-size: 18px;
	color: #0a7786;
	margin-bottom: 4px;
}

h5{
	font-size: 16px;
	color: #0a7786;
	margin-bottom: 3px;
}

h6{
	font-size: 16px;
	color: #5E574A;
	margin-bottom: 3px;
}

/**********************************/
/* Layout ID's                    */
/**********************************/

#full_wrapper {
	width:100%;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	padding:0px;
	margin: 0px;
}

#main_container {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#table_top {
	width:850px;
	vertical-align:top;
}

#table_middle {
	width:850px;
	vertical-align:top;
}

#table_bottom {
	width:844px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #968e7e;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #F5F3EF;
	font-size: 12px;
	border-left: 3px solid #5a5347;
	border-right: 3px solid #5a5347;
	border-top: 1px solid #5a5347;
	border-bottom: 1px solid #5a5347;
	margin-top:50px;
	margin-bottom: 12px;
}

#table_bottom a:link, #table_bottom a:visited {
	color: #DBD3CC;
	text-decoration:none;
}

#table_bottom a:hover {
	color: #FFFFFF;
}

#table_bottom p {
	margin-bottom:8px;
}

#left_column {
	width:205px;
	margin: 0px;
	padding-left:0px;
	float: left;
	padding-top:30px;
	padding-right: 0px;
	padding-bottom: 0px;
	border:none;
}

#left_column p{
	margin:0px;
}

#main_content {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding-left: 25px;
	padding-top:30px;
	padding-bottom:0px;
	border:none;
	float: left;
	font-size: 12px;
	color: #23211c;
}

#main_content p{
	margin:0px;
	margin-bottom: 12px;
	line-height: 18px;
}

#main_content ul {
	margin-left:24px;
	line-height:20px;
	margin-bottom:18px;
}

#main_content li {
	margin-bottom:6px;
}


/**********************************/
/* Classes                        */
/**********************************/

.blue {color:#236c7f;}
.tan {color:#807765;}
a.links:link, a.links:visited {
	color:#236c7f;
	text-decoration:none;
	border-bottom:solid 1px #807765;
}

a.links:hover {
	color:#23211c;
	text-decoration:none;
}

.third_column {
	float:left;
	padding-right: 10px;
}

.14point {
	font-size:14px
}

.16point {
	font-size:16px
}

.18point {
	font-size:18px
}

.red {color: #CC0000}

.h1, .h2, .h3, .h4, .h5, .h6 {	margin: 0px; padding: 0px; font-weight:normal;}

.h1{ font-size: 28px; color: #0a7786; margin-bottom: 10px; }

.h2{ font-size: 24px; color: #807765; margin-bottom: 8px;}

.h3{ font-size: 22px; color: ##23211c; margin-bottom: 6px; }

.h4{ font-size: 18px; color: #0a7786; margin-bottom: 4px;}

.h5{ font-size: 16px; color: #0a7786; margin-bottom: 3px;
}

.h6{ font-size: 16px; color: #5E574A; margin-bottom: 3px;}

/**********************************/
/* Form Styles                    */
/**********************************/

.textbox_underline {
	background:none;
	color: #299095;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CDCAC2;
}

.textbox {
	border:solid 1px #AAAAAA;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #299095;
	padding:8px;
}

.form td {
	padding:8px;
	padding-top:12px;
	padding-bottom:12px;
}

.form_rows {
	background-image: url(../images/form-table-trans.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.button {
	color:#494235;
	background-image: url(../images/form_button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:76px;
	height:41px;
	border:none;
}

.images_right {
	border:solid 1px #989183;
 	margin-bottom:8px;
	margin-left:10px;
}

.images_left {
	border:solid 1px #989183;
 	margin-bottom:8px;
	margin-right:10px;
}

/**********************************/
/* Horizontal Navigation          */
/**********************************/

#navcontainer {
	padding:0px;
	text-align:center;
}

ul#navlist {
	margin: 0px;
	padding: 30px;
	margin-top:0px;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin:0px;
}

#navlist a { 
	padding: 10px 20px;  /* top/bottom   left/right */
}

#navlist a:link, #navlist a:visited {
	font-size:12px;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

/**********************************/
/* Vertical   Navigation          */
/**********************************/

#v_navcontainer {
	width: 205px;
}

#v_navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#v_navcontainer a
{
	display: block;
	padding-top: 8px;
	padding-bottom:8px;
	padding-left:12px;
	width: 193px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A69A91;
}

#v_navcontainer a:link, #v_navlist a:visited
{
	color: #0a7786;
	text-decoration: none;
	font-size:14px
}

#v_navcontainer a:hover
{
	background-color: #7a746e;
	color: #FFFFFF;
	border-left: 1px solid #7a746e;
}
