body {
	background-color: #9D6532;
	background-image: url(images/bg-gray.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
    margin: auto; 
    width: 800px; 
    z-index: 1; 
    background-color: #CDD09B; 
    border: 0; 
    position: relative;
}
  
#header {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 800px; 
    height: 100px; 
    z-index: 1;
}

#nav {
    position: absolute; 
    left: 0px; 
    top: 100px; 
    width: 150px; 
    z-index:2; 
    background-color: #CDD09B;
    padding: 0px;
}

#body {
    position: absolute; 
    left: 150px; 
    top: 100px; 
    width: 600px; 
    z-index: 2; 
    background-color: #FFFFFF; 
    padding: 15px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 12px;
}

.body_text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align:left;
	padding-right: 10px;
}

.bold_text {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.plain .image-right {
	float: right;
	margin-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0px;
}

.plain .image-left {
	float: left;
	margin-right: 8px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.plain .quotes {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #9D6532;
}

.plain a {
	color: #993300;
	font-weight: bold;
}

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D06F28;
}

/* old nav colors here */
/*.leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
.leftnavsubitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D06F28;
}

.leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.leftnavsubitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D06F28;
}

.leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
.leftnavsubitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}*/

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
}

.leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.leftnavsubitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #D06F28;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.smalltext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.smalltext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:underline;
}

.bordertable {
	border-width: 1px;
	border-color: #000000;
	border-collapse:collapse;
}

.plain ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/bullet-arrow.gif);
	line-height: 25px;
}

h1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #164C7B;
	margin: 0;
}

h2 {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #164C7B;
	font-style: normal;
	line-height: 15px;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4186C7;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.bigwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.rednotes {
	font-weight: bold;
	color: #FF0000;
}
.smallwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
