/* last updated 10/6/2009   Bill Godwin  */
/* General styles */

/* --> */

a:hover {
	background-color: transparent;
	color: #000000; /* links for main content column  */
	text-decoration: none;
}

body {
	background: #EDCFAB; /* medium tan background */
	border: 0; /* This removes the border around the viewport in old versions of IE */
	color: #0B3883; /* blue text */
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 90%;
	margin: 0;
	max-width: 900px; /* Maximum width of layout */
	min-width: 600px; /* Minimum width of layout. The min/max-width property
		 							does not work in old versions of Internet Explorer */
	padding: 0;
	width: 100%;
}

div.boxlight {
	background-color: #F2DDC3; /* light tan background */
	float: left;
	padding: 5px;
	width: 97%; /* border:none; */
}

div.boxnormal {
	background-color: #EDCFAB; /* medium tan background  */
	float: left;
	padding: 5px;
	width: 97%; /* border:none; */
}
div.boxindent {
	background-color: #EDCFAB; /* medium tan background  */
	padding-left: 100px; 
	padding: 2px 2px 2px 40px;
	width: 97%; /* border:none; */
}


div.img {
	float: left;
	margin: 5px;
	margin-right: 10px;  /* was 15 */
}

h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

html>body #menu a{
	width: auto; /*Non IE rule*/
}

img {
	margin: 10px;  
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

.black {
	color: black;
}

.bold {
	font-weight: 700;
}
.red-bold {
	color: red;
	font-weight: 700;	
}

.center {
	text-align: center;
}
li {
	padding: .5em;}


/* column container */
.colmask {
	clear: both;
	float: left;
	overflow: hidden; /* This chops off any overhanging divs */
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	width: 100%; /* width of whole page */
}
.figure {
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

/* Divider block settings */
#divider {
	background-color: #0B3883; /* blue */
	border-style: none;
	font-size: 1px; /* controls divider line thickness */
	margin: 0;
	max-width: 900px;
	padding: 0;
	width: 100%;
}

/* Footer styles */
#footer {
	border-top: 1px solid #000000;
	clear: both;
	float: left;
	width: 100%;
}

#footer p {
	margin: 0;
	padding: 10px;
}

/* Header styles */
#header {
	background: #EDCFAB; /* medium tan  */
	border: none;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0;
	max-width: 900px;
	overflow: hidden;
	width: 100%;
}
#header img {
	margin: 0px;  
}
.large {
font-size: larger;
}

.smaller {
font-size: smaller;
}

/* 2 column left menu settings */
.leftmenu {
	background: #949E90; /* left column background color - sage green */
}

.leftmenu .col1 {
	margin: 0 15px 0 165px;
	overflow: hidden;
	position: relative;
	right: 100%;
}

.leftmenu .col1wrap {
	float: right;
	padding-bottom: 1em;
	position: relative;
	right: 155px; /* shifts right (content) coluomn) */
	width: 50%;
}

.leftmenu .col2 {
	color: #000000;
	float: left;
	position: relative;
	right: 150px; /* was 145 */
	width: 140px;
}

.leftmenu .colright {
	background: #EDCFAB; /* Right column (contetn area) background - medium tan  */
	float: left;
	left: 155px;
	position: relative;
	width: 200%;
}

.red {
	color: #FF0000;
}

#menu{
	background-color: #949E90; /* sage green */
	border: none;
	font-size: 120%;
	width: 150px;
}

#menu a{
	border: none;
	color: #000000;
	display: block;
	padding: 2px;
	padding-bottom: 15px; 	/* sets inter-item spacing */
	padding-left: 10px; 		/* sets text offset from left */
	text-decoration: none;
	width: 100%;
}

#menu a:hover{
	background-color: transparent;
	border: none;
	color: #FFFFFF;
}

#menu a:active{
	background-color: transparent;
	border: none;
	color: #FFFF00;
}
