@charset "utf-8";
/* CSS Document */

/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	/*font: normal 80% Georgia, "Times New Roman", Times, serif;*/ /* normalize font size across browsers */
	font: normal 80% Lucida Sans Unicode, Lucida Grande, sans-serif; /* normalize font size across browsers */
	font-size: 80%;
	background: #ffffff;
	/*font-weight: lighter;*/
}

ul, li, h1, h2, h3, p
{
	padding: 0;
	margin: 0;
	
}

h1
{
	font-size: 160%;
}

img
{
	border: none;
}

a, strong, b 
{ /* Straightens out OS X font rendering */
  line-height: 19px;
}

#outer
{
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

#inner
{
	text-align: left;
	border: solid 1px #999967;
	background: #999967;
	padding: 0 1px 0 2px;
}

#header h1
{
	color: #d4d4a2;
	height: 35px;
	padding: 8px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

#content
{

}

#rightcol
{
	float: right;
}

#feature
{
	
}

#nav
{
	height: 30px;
	background: #664148;
	width: 783px;
}

#nav ul
{
	list-style: none;
}

#nav li
{
	list-style: none;
	float: left;
	height: 25px;
	padding-top: 5px;
}

#nav a
{
	text-decoration: none;
	display: block;
	/*padding: 0 15px 0 22px;*/
	padding: 0 13px 0 20px;
	background: url('../images/navkey.jpg') top left no-repeat;
	background-position: 7px 2px;
	color: #ffffff;
	font-size: 110%;
}

#nav a:hover
{
	text-decoration: underline;
}

#subnav
{
	height: 30px;
	background: #bebe87;
	width: 783px;
}

#subnav ul
{
	list-style: none;
}

#subnav li
{
	list-style: none;
	float: left;
	height: 25px;
	padding-top: 5px;
}

#subnav a
{
	text-decoration: none;
	display: block;
	/*padding: 0 15px 0 22px;*/
	padding: 0 13px 0 20px;
	background: url('../images/navkey.jpg') top left no-repeat;
	background-position: 7px 2px;
	color: #ffffff;
	font-size: 110%;
}

#subnav a:hover
{
	text-decoration: underline;
}

#contentarea
{
	background: #ffffff;
	min-height: 470px;
color: #979b82;
	width: 743px;
	padding: 20px 20px 10px 20px;
}

#contentarea h1, h2, h3, h4, h5, h6
{
	color: #a7a888;
	padding: 10px 0 10px 0;
}

#contentarea p
{
	
	padding: 10px 0 10px 0;
}

#contentarea a{
color:#664148;
}

#footer
{
	height: 50px;
	background: #666701;
	color: #dcd7a0;
	padding-top: 6px;
}

#footer p
{
	color: #dcd7a0;
	font-size: 110%;
}

#footer ul li{
display: inline;
margin-right: 15px;
list-style: none;
background-image: url(../images/staticbg.jpg);
background-repeat: no-repeat;
background-position: left;
padding-left: 15px;
}

#footer ul{
margin-bottom: 10px;
}

#footer ul li a{
color:#dcd7a0;
text-decoration: none;
}

#footer ul li a:hover{
text-decoration: underline;
}




.Black{
color:#000000;
}

.BoldBlack{
font-weight:bold;color: #000000;
}

.ItalicBlack{
font-style:italic; color: #000000;
}

.UnderlinedBlack{
text-decoration:underline; color:#000000;
}

.BoldItalicBlack{
color: #000000; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedBlack{
text-decoration:underline; color:#000000;font-weight:bold;
}

.ItalicUnderlinedBlack{
text-decoration:underline; color:#000000; font-style:italic;
}

.BoldUnderlinedItalicBlack{
color: #000000; font-weight:bold; font-style:italic; text-decoration:underline;
}

.Olive{
color:#a7a888;
}

.BoldOlive{
font-weight:bold;color: #a7a888;
}

.ItalicOlive{
font-style:italic; color: #a7a888;
}

.UnderlinedOlive{
text-decoration:underline; color:#a7a888;
}

.BoldItalicOlive{
color: #a7a888; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedOlive{
text-decoration:underline; color:#a7a888;font-weight:bold;
}

.ItalicUnderlinedOlive{
text-decoration:underline; color:#a7a888; font-style:italic;
}

.BoldUnderlinedItalicOlive{
color: #a7a888; font-weight:bold; font-style:italic; text-decoration:underline;
}

