/* CSS Document */


/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
	font-family:  "Times New Roman", Times, serif;
	color: #000000;
	background-color: #98782f;
	text-align: center;
	margin: 0pt;
	padding-top: 10pt;
}

/************** header tag styles **************/

p {
font: 100% "Times New Roman", Times, serif;
color: #000;
margin-top: 0px;
margin-bottom: 0px;
}

h1{
 font: bold 125%  "Times New Roman", Times, serif;
 color: #95582B;
 margin-bottom: 0px;
 padding: 0px;
}

h2{
 font: bold 114%  "Times New Roman", Times, serif;
 color: #489159;
 margin-bottom: 0px;
 padding: 0px;
}

h3{
 font: bold 100%  "Times New Roman", Times, serif;
 color: #334d55;
 margin-bottom: 0px;
 padding: 0px;
}

h4{
 font:  "Times New Roman", Times, serif;
 color: #333333;
 margin-bottom: 0px;
 padding: 0px;
}

h5{
 font: 100%  "Times New Roman", Times, serif;
 color: #95582B;
 margin-bottom: 0px;
 padding: 0px;
}

/*************** link styles ***************/

a:link {
	color: #489159;
	font-weight: bold;
	text-decoration: none;}
a:active {
	color: #489159;
	text-decoration: none;}
a:visited {
	color: #95582B;
	text-decoration: none;
}
a:hover {	
	color: #95582B;
	text-decoration: underline;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
 line-height: normal;
 margin-left: 0;
	padding-left: 1em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*************** layout divs ***************/

#container
{
width: 776px;
margin: 0 auto;
background-color: #fff;
color: #000000;
border: 8px solid #7E776C;
text-align: left;
}

#top
{
width: 760px;
margin: 0;
background-color: #fff;
text-align: left;
}

#navbar 
{
	background-color: #489159;
	text-align: center;
	height: 29px;
	}

#leftnav
{
float: left;
width: 140px;
margin-top: 0;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 0px;
font-size: 85%;
line-height: 110%;
}

#rightnav
{
float: right;
width: 160px;
margin: 0 5px 0 0;
font-size: 85%;
line-height: 110%;
}

#content
{
margin-left: 160px;
border-left: 1px solid gray;
margin-right: 170px;
border-right: 1px solid gray;
margin-top: 0;
margin-bottom: 0;
padding: 1em;
max-width: 56em;
line-height: 120%;
}

#content_2_col
{
margin-left: 160px;
border-left: 1px solid gray;
margin-right: 5px;
margin-top: 0;
margin-bottom: 0;
padding: 1em;
max-width: 56em;
line-height: 120%;
}

#footer
{
	clear: both;
	color: gray;
	font-size: 11px;
	line-height: 16px;
	background-color: #489159;
	text-align: center;
	letter-spacing: 4px;
	height: 16px;
	border-top: 1px solid gray;
}

/******* hyperlink and anchor tag styles *******/

.nav a:link 
	{
	color: #000000;
	text-decoration: none;
	}
	
.nav a:visited 
	{
	color: #000000;
	text-decoration: none;
	}

.nav a:hover 
	{
	color: #cda95d;
	text-decoration: none;
	}	
	
/******* hyperlink and anchor tag styles *******/
	
.nav_header {color: #489159; font-weight: bold; font-size: 115%; margin: 0; }
.nav_subheader {color: #95582B; font-weight: bold; font-size: 90%; margin: 0; }
.littlesmaller {font-size:90%; line-height: 110%; margin: 0; }
.coupon {border: 1px; border-style: dashed; padding: 3px;}
