/******************************************************
* Main Styles
******************************************************/ 
html { background: #C4D2B4; }
body {
	background: #C4D2B4;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap {
	margin: 15px auto;
	padding: 0px;
	text-align: center;
	width: 795px;
}
#wrapright {
	background: url(../images/wrap_right.gif) repeat-y;
}
#wrapleft {
	background: url(../images/wrap_left.gif) repeat-y;
}
/******************************************************
* Navigation Styles
******************************************************/  
#navbar { /* Layout container */
	background: #ffffff;
}
#mainav { /* Nested Link container */
	margin-top: 20px;
}
#subnavbar {
	background: #edf3e5 url(../images/bkgrnd_subnav.gif) top left repeat-y; /* #edf3e5 */
}
/******************************************************
* Home Page Styles
******************************************************/
#hometextcontainer { /* Text container */
	background: url(../images/home_05.gif) no-repeat;
	height:123px;
	width:622px;
}
#hometext { /* Nested Text */
	color: #ffffff;
	font: 12px/16px arial, verdana, helvetica, sans-serif;
	padding: 10px 15px 10px 50px;
	text-align: left;
}
/******************************************************
* Main Content Styles
******************************************************/
.contenttext {
	color: #2f3f24;
	font: 12px arial, verdana, helvetica, sans-serif;
	padding: 20px;
	text-align: left;
}
.contenttext a {
	color: #006171;
	text-decoration: none;
}
.contenttext a:hover {
	color: #a06770;
	text-decoration: none;
}
.contenttext hr {
	border-top: 1px dotted #2f3f24;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px auto;
}
small {
	color: #2f3f24;
	font: 10px arial, verdana, helvetica, sans-serif;
}
	