body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#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;
}

#wrapper {
    margin: auto; 
    width: 800px; 
    z-index: 1; 
    background-color: #9D6532; 
    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;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

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

.body_text_blue {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #336699;	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;
}

.bold_text_blue {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.bold_text_red {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #900;
	font-size: 12px;
	font-weight: bold;
}

.plain .image-right {
	float: right;
	margin-left: 8px;
}

.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;
}

h1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #3E6495;
}

.plain ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	font-style: italic;
	line-height: 12px;
	font-variant: small-caps;
	margin: 2px;
	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;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	line-height: 12px;
}

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

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

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

.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;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	line-height: 13px;
	margin-bottom: 0px;
}
.leftnavsubitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #9D9789;
}

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

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