body { 
	color: #231f20;
	background: #f8f0ad url(images/bkgd.gif) repeat-x; 
	margin: 0px; 
	}
p { 
	font: 11px verdana;
	line-height: 125%; 
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
ul {
	background: none;
	margin-top: 0;
	padding-top: 0;
	}
li {
	line-height: 150%; 
	font-weight: normal;
	}
h1 { 
	font: normal 16px verdana; 
	margin: 0px; 
	color: #00a94e;
	background: none;
	}
h2 { 
	font: normal 16px verdana; 
	margin: 0px; 
	color: #231f20;
	background: none;
	}
h3 { 
	font: normal 14px verdana; 
	margin: 0px; 
	color: #00a94e;
	background: none;
	}
td p {
	font: 11px verdana;
	color: #231f20;
	line-height: 150%; 
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: none;
	}


/* specific divs */
.container { 
	width: 900px;
	height: 900px;
	padding: 0;  
	margin: 0; 
	}
.left {
	position: relative;
	float: left;
	width: 239px;
	height: 900px;
	background: #F8F0AD url(images/left_bkgd.gif) repeat-y;
	padding: 0;
	margin: 0;
	}
.left p {
	font: 13px verdana;
	line-height: 110%; 
	font-weight: normal;
	color: #f8f0ad;
	margin: 0 0 0 25px;
	padding: 0;
	}
.right {
	position: relative;
	float: left;
	width: 500px;
	}
.header {
	position: relative;
	float: left;
	width: 500px;
	height: 27px;
	font: 13px verdana;
	color: #f8f0ad;
	background: #a37c53;
	padding: 10px 0 0 0;
	margin: 0;
	}
.header a:link {
	font: 13px verdana;
	color: #f8f0ad;
	text-decoration: none;
	}

.header a:visited {
	font: 13px verdana;
	color: #f8f0ad;
	text-decoration: none;
	}
.header a:hover {
	font: 13px verdana;
	color: #fff;
	text-decoration: none;
	}
.header a:active {
	font: 13px verdana;
	color: #fff;
	text-decoration: none;
	}
.content {
	position: relative;
	float: left;
	width: 500px;
	padding: 20px 0 0 0;
	margin: 0;
	}
.text {
	position: relative;
	float: left;
	width: 440px;
	padding: 0;
	margin: 0;
	}
.footer {
	position: relative;
	float: left;
	width: 500px;
	padding: 0;
	margin: 0;
	color: #000;
	}
.content a:link { 
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
	color: #00a94e;
	background: none;
	}
.content a:visited { 
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
	color: #00a94e;
	background: none;
	}
.content a:hover { 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline;
	color: #00a94e;
	background: none;
	}
.content a:active { 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline;
	color: #00a94e;
	background: none;
	}
.footer a:link { 
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
	color: #a37c53;
	background: none;
	}
.footer a:visited { 
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
	color: #a37c53;
	background: none;
	}
.footer a:hover { 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline;
	color: #a37c53;
	background: none;
	}
.footer a:active { 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline;
	color: #a37c53;
	background: none;
	}
