BODY {
	border: 0px;
	margin: 5px 0px 5px 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: white;	
	color: #333;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
} 


/*--- CLEAR---*/
.clear { clear: both; }
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*-- WRAPPER --*/
.wrapper {
	width: 750px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
* html .wrapper {
	width: 749px;
}

/* --- HEADER --- */
.header{
 	padding: 5px 0px 5px 0px;
	background-color: white;
	height: 92px;
}

.header2{
 	padding: 0px 0px 0px 0px;
	background-color: #F7F3E7;
	background-image: url(../images/header2_002.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
	border-bottom: 1px solid white;
}

.body{
	background-color: white;
	height:100%; 
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom: 2px solid white;
}

* html .body{
	background-image: url(../images/backie.jpg);
}

.left{
	width: 195px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
* html .left{
	width: 165px;
}
.leftimg{
	border-top: 1px solid white;
	height: 140px;
	border-bottom: 2px solid white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

.subtitle {
	margin-left: 195px;
	height: 25px;
	font-size: 16pt;
	padding: 10px 10px 5px 10px;
	color: #9C0C08;
}
.content{
	margin-left: 225px;
	padding: 0px 10px 10px 10px;
}

.content ul{
	list-style-image: url(../images/bullet.jpg);
}

.content h5{
	color: #CE6508;
}

.nav{
width: 195px;
padding: 0px 0px 0px 0px;
/* -- margin-bottom: 1em; -- */
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 10pt;
color: #333;
border-bottom: 10px solid #DEE3E7;
}

* html .nav{
	width: 165px;
}

.nav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.nav li
{
border-bottom: 1px solid #ffffff;
margin: 0;
}

.nav li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #9C0C08;
border-right: 10px solid #CE6508;
background-color: #E7E7CE;
color: #000000;
text-decoration: none;
width: 100%;
}

html>body .nav li a { width: auto; }

.nav li a:hover {
border-left: 10px solid #42657B;
border-right: 10px solid #DEE3E7;
background-color: #EFEFDE;
color: #000000;
}

img {
	border: 0px;
}
/* --- FOOTER--- */
/* --- This is the footer/bottom of the page. --- */

.footer {
	padding: 5px 10px 0px 10px;
	background-color: #E7E7CE;
	border-right: 10px solid #CE6508;
	border-left: 10px solid #9C0C08;
	height: 21px;
}

.footerl {
	width: 305px;
	float: left;
}

.footerr {
	margin-left: 325px;
	text-align: right;
}

.footerr ul {
	list-style-type: none;	
	padding: 0px;
	margin: 0px;
}
.footerr li{
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}

.footerr a:link {text-decoration: none; color: black;} 
.footerr a:visited {text-decoration: none; color: black;} 
.footerr a:hover {text-decoration: none; color: #9C0C08;} 
