/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #c9c095;
	font-size: 11px;
	color: #7E6C46;
	font-family :Geneva, Arial, Helvetica, sans-serif;
	}
	
#clear {
	clear: both;
	}
	
a {color: #8f2428; text-decoration: none;}
a:visited {color: #8f2428; text-decoration: none;}
a:hover {color: #8f2428; text-decoration: underline;}
	
/* === Wrappers === */
	
#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	background: url(images/Structure/leftStretch.png) left repeat-y;
	}
	
#innerWrapper {
	margin: 0;
	padding: 0 10px 0 0;
	background: #e8e0b4 url(images/Structure/rightStretch.png) right repeat-y;
	}
	
	
/* === color bars === */

#colorBG {
	height: 10px;
	border-bottom: 1px solid #fdfaef;
	}

#colorBarTan {
	height: 10px;
	width: 540px;
	background: #f9efcb;
	float: left;
	}
	
#colorBarDkTan {
	height: 10px;
	width: 100px;
	background: #d7d29d;
	float: left;
	}
	
#colorBarGreen {
	height: 10px;
	width: 50px;
	background: #97b77b;
	float: left;
	}

#colorBarRed {
	height: 10px;
	width: 120px;
	background: #8f2428;
	float: left;
	}


/* === Header === */

/* === Top Nav === */

#topNav {
	border-top: 5px solid #8f2428;
	background: #8f2428;
	}
	
	#topNav a {
		display: block;
		float: left;
		font-weight: bold;
		padding: 4px 15px 8px 15px;
		color: #fff;
		text-decoration: none;
		}
		
	#topNav a:hover {
		background: #8d8460;
		text-decoration: none;
		}
		
	#topNav a.sel {
		background: #8d8460;
		}
		
		
#titleBar {
	height: 22px;
	background: #8d8460;
	color: #fff;
	padding: 3px 0 0 20px;
	font-size: 14px;
	font-style: italic;
	border-bottom: 1px solid #fdfaef;
	}	


/* === Home Conent Area === */

#homeContent {
	background: #f9f2d9;
	border-bottom: 1px solid #fdfaef;
	height: 100%;
	overflow: auto;
	}
	
	#homeContent img {
		float: left;
		border-left: 1px solid #fdfaef;
		}
	
#homeContentList {
	width: 240px;
	float: left;
	padding: 15px;
	}
	
/* Main Content */

#content {
	background: #f9efcb;
	border-bottom: 1px solid #fdfaef;
	height: 100%;
	overflow: auto;
	}

#leftCol {
	float: left;
	width: 488px;
	padding: 20px;
	background: #f9f2d9;
	border-right: 1px solid #fdfaef;
	}
	
#rightCol {
	float: right;
	width: 245px;
	padding: 15px;
	}
	
	#rightCol ul {
		margin: 0;
		padding: 0;
		}
		
	#rightCol li {
		list-style: none;
		}
		
	#rightCol Li a {
		display: block;
		padding: 3px 10px;
		font-weight: bold;
		}
	
h1 {
	font-weight: bold;
	color: #8f2428;
	font-size: 16px;
	padding: 0;
	margin: 0 0 8px 0;
	}

img.pict {
	float: left;
	margin: 5px 15px 15px 0;
	}
	


	
/* === Footer === */

#footer {
	margin: 0 auto;
	width: 830px;
	height: 60px;
	text-align: center;
	background: url(images/Structure/footer.png) no-repeat;
	}
	
#footer p {
	font-size: 10px;
	padding: 12px 0 0 0;
	margin: 0 10px 0 10px;
	}