/* Modified by Shook Chung (3/30/2008)*/
/* Modified by Nicole Bivens (1/26/2008)*/

body {
	font: 76% Arial, Verdana, Tahoma, sans-serif;
	background-color:#aababc;
}

* {
	margin:0;
	padding:0;
	}

#wrap {
background: #FFFFFF;
color: #666666;
border:  none;
margin: 0 auto;
width: 800px;
}

#header {
clear: both;
margin: 10px 0em 0px 0em;
padding: 0;
height: 10px;
background-color: #5C4938;}

#header h3 {
width: 350px;
margin: 0px 0px 0px 15px;
float: left;
}


#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0;
font-size: 0.8em;
line-height: 1.2em;
height: 35px;}



#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 1px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #2A2120;
display: block;
padding: 6px 0 0 10px;
background: #89a37d;
border-left: 1px #846837 solid;
}
	
	
#avmenu li a:hover {
background: #67522c;
color: #DDD8C8;
border-right: 6px solid #B9B252;
}



#rightcol {
	float: right;
	width: 234px;
	margin: 0px;
	padding: 0px;
}

#rightcol p {
	margin: 10px 10px 10px 90px;
}

#rightcol img {
	margin: 0px;
	padding: 0px;
}

#rightcol h3 {
font-size: 1.2em;
color:#7B996C;
margin: 0 20px 10px 90px;
}

#rightcol ul li {
	list-style-type: none;
	list-style-image: url(images/arrow.gif);
	list-style-position: inside;
	margin: 10px 10px 10px 90px;
}

#content {
	margin: 0px 234px 0px 0px;
	padding: 20px 30px;
	line-height: 1.6em;
	text-align: justify;
}

#content p {
	margin: 10px 0px 10px 0px;
}


#content h2 {
	clear: left;
	font-size: 1.5em;
	font-weight:lighter;
	letter-spacing:0.3em;
	color:#336699;
	margin: 0 0 0.5em 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: right;
}

#content img {
display:inline;
}



h3 {
font-size: 1.2em;
color:#7B996C;
margin: 20px 0 0px 0;
}

a {
text-decoration: none;
color: #336699;
}

a:hover {
text-decoration: none;
color: #993300;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 0px 0em;
	width: 800px;
	text-align: left;
	color: #663333;
	font-size: 0.9em;
	height: 155px;
	background: #000000 url(images/footer-bg.gif) no-repeat right;
	border: none;
	text-indent: 30px;
	letter-spacing: 0.1em;
}

#footer a {
	xscolor: #663333;
	text-decoration: none;
	color: #333333;
}

#footer a:hover {
text-decoration: none;
color: #CCCCCC;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.85em;
color:#333333;
margin: 0 0 5px 0;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.horizDivider {
	border-bottom: thin dotted #A1998D;
}
