@charset "utf-8";
body, img, p, ul, li {
	margin: 0px;
	padding: 0px; 
}
:link   img      {
	border: none;
}
ul {
	list-style-type: none;
}

body {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
a {
	font-weight: bold;
	color: #4A6144;
}
a:hover {
	color: #000000;
}



#nav {
	width: 219px;
	padding-top: 18px;
}
#nav a {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	width: 194px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #000000;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	background-image: url(../images/button_hover.gif);
	background-repeat: no-repeat;
}
#nav .current {
	background-image: url(../images/button.gif);
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	width: 194px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
#nav li {
	cursor: pointer;
}

#nav .current_big {
	background-image: url(../images/button_big.gif);
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	width: 194px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}


#main {
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	width: 549px;
	float: right;
}
#content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#content p {
	margin-top: 8px;
}


#wrapper {
	width: 768px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #4B6143;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}
#content h1 {
	color: #486245;
	font-size: 21px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 17px;
	color: #4B6143;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.contentUL   {
	margin-left: 20px;
	list-style-type: square;
	margin-right: 10px;
	font-size: 11pt;
}



#footer {
	background-image: url(../images/main_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
	padding-top: 26px;
	padding-bottom: 20px;
}
#footer a {
	color: #4B6143;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}




#nav   a.button_big:hover    {
	background-image: url(../images/button_big_hover.gif);
	background-repeat: no-repeat;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

.letter{
	border: 1px solid #CCC;
	padding: 20px 15px;
	margin: 0 15px 10px;
}

.letter_indent{
	margin-left:15px;
}

/*from index head (disorganized, I know)*/
.spacer {
	float: right;
	height: 470px;
	width: 200px;
}
.style3 {
	font-size: 20px;
	color: #000000;
}

#proposal {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/roundedbox.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
}
#prop_bottom {
	background-image: url(../images/roundedbox_bottom.jpg);
	height: 15px;
	background-repeat: no-repeat;
}


/* from old handbooks.html */
#textwrap {
	height: 200px;
}

/* from old contact.html */
.style2 {
	color: #D19B31;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
}
.par_indent  {
	margin-right: auto;
	margin-left: auto;
	width: 150px;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;
}

.style8 {
	font-size: 14pt
}

.style10 {
	font-size: 12px;
	color: #FF0000;
}

/*from peo.html */

#textwrap {
	float: right;
	height: 170px;
	width: 225px;
}

/* from about.html */

.style1 {
	color: #4B6143;
	font-weight: bold;
}

.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4B6143;
	margin-top: 5px;
	margin-bottom: 0px;
}

.style12 {
	font-size: 11px;
	font-style: italic;
	margin: 0px;
}

