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

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

#footer {
    position: absolute; 
    left: 0px; 
    width: 800px; 
    height: 125px;
    z-index: 2; 
    background-color: #3366ff; 	
    background-repeat: none;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 12px;
    text-align: center;
}

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

.bold_text {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.plain .image-right {
	float: right;
	padding-left: 8px;
}

.plain .image-left {
	float: left;
	padding-right: 8px;
	clear: both;
}

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

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

.plain ul {
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #57A3A1;
	font-style: italic;
	line-height: 12px;
	font-variant: small-caps;
}

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

.nav a {
	color: #000066;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.nav a:hover {color: #ffffff;}


