body {
margin: 0px;
background-color: #445e4e;
}


a, a:link { color: #b23427; }
a:visited { color: #b23427 }
a:hover { color: #445e4e; }

body, p,td, ul, li {
font-size: 12px;
color: #333;
font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
/**/ line-height: 18px; /*/*/
 }

.noline { text-decoration: none }

h1, .heading {
	color: #5a6652;
	font-weight: bold;
	font-size: 18px;
}

h2 {  font-size: 18px; font-weight: bold; color: #5a6652}

h3, .subheading { font-size: 15px; font-weight: bold; color: #5a6652; }


input, option, select { color: #5a6652; font-size: 11px }

.tiny {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFF;}

.tintytable { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.breadcrumbs  { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

.links { font-size: 14px }


.pullquote 	{  
	color: #445e4e;
	font-weight: bold; }

.fixed { font-family: "Courier New",Courier; color: #333; font-size: 12px; }

.debug { background-color: #eeeeee;
	color: #333;
	font-family: "Courier New", Courier;
	 padding: 12px;
	font-size: 12px;
	width: 50%;
	border: 1px double #333;
}

.FOOTERtext {
	
	font-size: 9px;
	color: #333;
	}

.bglight { background-color: #eee; }

.bgdark { background-color: #ccc; }

label { font-weight: bold; cursor: pointer; } /* makes form labels clickable */


/**/

.inputborder { border: 1px double #000; background-color: #eee; }
.checkbox { background-color: #eee; }

/*/*/

#logo {
}

#header {margin: 0; padding: 0; }

#contactinfo { padding: 0 5px 20px 10px; }

#leftcol { text-align: left; }

#midcol {  
padding: 20px;
text-align:left;
}


#navbar {
	margin-top: 0px;

	display: block;
	width: 160px;
	float: left;
}
/* be nice to Opera 5 */
body>#navbar {width:160px;}

#navbar ul { 
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	border: none;
	margin-bottom: 30px;
}
#navbar li { 
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px #5a6652 solid;
}
#navbar li a {
	display: block;
	padding: 5px;
	text-decoration: none;
/*	width: 100%;   fix block style for winIE */
}

html>body #navbar li a {
	width: auto;  /* reset width for macIE */
}

#navbar li a:hover {
	color: #fff;
	background-color: #445e4e;
}

#navbar a em {
text-decoration: underline;
font-style: normal;
}


#skip {
display: none;
}

#bottom p {
color: #fff;
font-size: 11px;
}
#bottom a, #bottom a:hover {
color: #fff;
}
#mission {
	float: right;
	background: #f0f0f0;
	width: 175px;
	height: 96px;
	font-style: italic;
	font-weight: bold;
	color: #445e4e;
	padding: 15px 4px;
	line-height: 14px;
	font-size: 11px;
	margin-left: 5px;
}