/*	Yellow		#E3C334
	Light Blue	#CBDBE8
	Med Blue	#596789
	Dark Blue	#081F5B
*/


/*p, body, table, td, th { 
	color: #6D6F71; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 14px; 
	font-variant: normal; 
	text-transform: none; 
	font-family : Verdana, Arial, Helvetica, sans-serif ! important
}
*/
p, body { 
	color: #6D6F71; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 14px; 
	font-variant: normal; 
	text-transform: none; 
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
}

/*table, td, th { 
	line-height: 10px; 
}
*/
td.eight_px  {
	height: 8px;
}

/*a:link {
	font-size: 8px; 
	color: #A3CC4E;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-size: 8px; 
	color: #6D6F71;
	text-transform: uppercase;
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	font-size: 8px; 
	color: #A3CC4E;
	text-transform: uppercase;
	text-decoration: none; 
	font-weight: bold;
}

a:visited:hover {
	font-size: 8px; 
	color: #6D6F71;
	text-transform: uppercase;
	text-decoration: none; 
	font-weight: bold;
}

*/

a:link {
	font-size: 9px; 
	color: #6D6F71;
	text-decoration: none;
	font-weight: bold;
}

a:hover#nav {
	font-size: 9px; 
	color: #FFFFFF;
	text-decoration: none; 
	font-weight: bold;
	background-image: url(../images/nav_button_over.jpg);
}

a:hover {
	font-size: 9px; 
	color: #A3CC4E;
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	font-size: 9px; 
	color: #6D6F71;
	text-decoration: none; 
	font-weight: bold;
}

a:visited:hover {
	font-size: 9px; 
	color: #A3CC4E;
	text-decoration: none; 
	font-weight: bold;
}


/*ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 162px;
	border-bottom: 1px solid #ccc;
	}
		
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 161px;
	top: 0;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
li:hover ul, li.over ul { 
	display: block; 
	}				
*/


#nav {
	font-size: 9px; 
	}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 162px;
	line-height: 10px;
	text-indent: 3px;
}
	
ul li {
	position: relative;
	background-image: url(../images/nav_button.jpg);
	background-repeat: no-repeat;
	}
	
li ul {
	position: absolute;
	left: 161px;
	top: 0px;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 14px;
	}

li:hover ul, li.over ul { 
	display: block; 
	background-image: url(../images/nav_button_over.jpg);
	background-repeat: no-repeat;
}



/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */








.bottom_line {
	background-attachment: scroll;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: -10px bottom;
}

small_caps {
	font-size: 16px; 
	text-transform: uppercase;
}

.copyright {  
	font-size: 9px
}

input {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}

select {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	margin-top: 20px; 
}

.lead_in { 
	font-size: 14px; 
	font-weight: bold
}

em {
	font-weight: bold; 
	font-style: normal; 
	color: #853A38
}

b {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 10px; 
	font-weight: bold; 
	color: #6D6F71;
	margin-bottom: 0px; 
	margin-top: 0px; 
	text-transform: uppercase;
}

h2 {
	font-size: 10px; 
	margin-bottom: -7px; 
	margin-top: 0px; 
	color: #A3CC4E;
	text-transform: uppercase;
}

h3 {
	font-size: 10px; 
	color: #A3CC4E;
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-transform: uppercase;
}

h4 {
	font-size: 10px; 
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 0px; 
}


.emailAddresses {
	font-family:Tahoma;
	font-size: 9px;
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 0px; 
}


h5 {
	font-size: 14px;
	font-weight: bold;
	color: #a3cc4f;
	margin-bottom: 16px;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 22px; 
}

h6 {
	font-size: 13px;
	color: #6D6F71;
	margin-bottom: 16px;
	margin-top: 0px;
	font-weight: normal;
}

.space_after {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.half_line_before {
	margin-top: -12px;
}
