* {
	margin:0;
	padding:0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	border:0;
	text-decoration:none;
}

html { 
	height: 100%; 
 }

body { 
	width: 100%;
	position: relative;
	background: #BABABA;
}

/* ------ CONTENT SECTION ------ */

#content {
	color: #000;
	min-width: 750px;
	min-height: 450px;
	height: 90%;
	width: 80%;
	background: #fff;
	position: relative;
	margin:auto;
}

#main { 
	font-size: .8em;
	line-height: 1.5em;
	padding: 2em 4em 3em;
	text-align: left;
}

p{
	margin-bottom:9px;
}

h1{
	font-size: 2em;
	color: #003082;
	font-weight: 100;
	letter-spacing: .2em;
	text-transform: uppercase;
	padding: 6px 0 20px 0;
}

h2{
	font-size: 1.2em;
	color: #003082;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 18px 0 0 0;
}

h3{
	font-size: .8em;
	color: #003082;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 12px 0 0 0;
}

h3 a:hover { 
	color: #AD9B5F;
	font-weight: 700;
	text-decoration: none;
}


a { 
	color: #AD9B5F;
	font-weight: 700;
	text-decoration: none;
}

a:hover{ 
	color: #F7D117;
	font-weight: 700;
	text-decoration: underline;
}

strong {
	color: #003082;
	font-weight: 700;
}

#main img {
	float: right;
	margin: 0 9px 9px 9px;
}

#main li {
    margin-left:24px;
}

#caption {
	float: right;
	width:40%;
	margin: 0 0 9px 24px;
}

#contact-caption {
	float: right;
	width:65%;
	margin: 0;
	padding: 0;
}

.legend {
	font-size: .8em;
	line-height: 1.1em;
}

.legend span {
	color: #AD9B5F;
	vertical-align: super;
	text-decoration: none;
}

/* ------ CONTACT ------ */

#contact {
	margin: 0;
	padding: 0;
}

#contact table { 
	width: auto;
	border-collapse: separate;
	border-spacing: 0 0;
	empty-cells: hide;
	margin-top: 9px;
}

#contact td a {
	font-size: 1em;
	color: #000;
	font-weight: 100;
	text-decoration: none;
}

#contact td a:hover {
	font-size: 1em;
	color: #000;
	font-weight: 100;
	text-decoration: underline;
}

#contact th { 
	font-size: .9em;
	vertical-align: top;
	text-align: right;
	color: #003082;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 4px 4px 0 0;
	border-bottom: 0;
}

#contact td { 
	vertical-align: top;
	padding: 3px;
	border-bottom: 0;
}


/* ------ TABLE ------ */

table { 
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0;
	empty-cells: hide;
}

table a {
	font-size: .8em;
	vertical-align: 2px;
	text-decoration: none;
}

th { 
	font-size: .9em;
	vertical-align: top;
	color: #003082;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 2px 2px 0;
	border-bottom: 1px solid #003082;
}

td { 
	vertical-align: top;
	padding: 2px 0 2px 2px ;
	border-bottom: 1px solid #003082;
}



/* ------ TOP NAVIGATION ------ */

#header { 
	height: 105px;
	background: #014694;
}

#header-content { 
	min-width: 750px;
	width: 80%;
	position: relative;
	margin:auto;
}

#logo {
	float:left;
	margin: 24px 0px 0px 0px;
}

#headermenu{
	float:right;
	text-align: right;
	width: 340px;
	margin: 55px 0px 0px 0px;
}


#headermenu ul.menu{
	font: 700 .6em  arial, helvetica, verdana, sans-serif; 
/*	line-height: 6px;  */
    margin:0;
    padding:0;
    list-style:none;    
}
    
#headermenu ul.menu li+li{
	border-left: 1px solid #fff;
	padding: 0 3px 0 5px;	
   	margin: 0;
}

#headermenu ul.menu li {
	margin: 0;
	padding: 0 4px;	
	list-style: none;
	display: inline;
}

#headermenu a{
	color: #fff; 
	text-transform: uppercase;
	letter-spacing: .1em;
	word-spacing: 0;
}
	
#headermenu a:hover {
	color: #F8D410;
	text-decoration:underline;
}


/* ------ FOOTER ------ */


#footer { 
	width:750px;
	clear: both;
	text-align: center;
	width:100%;
	margin: auto;
	padding-top:10px;
}

#footer p{
	font-size: .7em;
	line-height: 1.5em;
	color: #000;
	padding-bottom:6px;
}

#footer a { 
	font-weight: 100;
	color: #000;
}

#footer a:hover{ 
	color: #000;
}



/* ------ colors ------ */

/* 
#5B3931 dark brown
#AD9B5F lt brown 
#003082	dk green
#CCFF99	lt green
#D1C587 tan



#F7D117 Yellow
#003082 Blue

#F8D410
*/







