body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.15;	
	margin: 6px 6px 6px 6px;
	padding: 0px 0px 5px 5px;
	background-color: #CCCCCC;
}

a:link, a:visited, a:hover {
	color: #9C7114;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
    font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

h1{
 font-size: 120%;
 color: #B99033;
}

h2{
 font-size: 114%;
 color: #B99033;
 margin: 10px 10px 0px 0px;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
 padding: 12px 0px 12px 18px;
}

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

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.style1 {color: #FFFFFF}

.style2 {font-size: 70%}

.style3 {font-size: x-small}

.style4 {
 font-size: 114%;
 font-weight: bolder;
 color: #B99033;
 padding: 0px 8px 8px 8px;
}

.style5 {font-size: 85%}

.style6 {color: #E6CEAB}

<!-- 695B64 -->

.style7 {
	font-size: medium;
	font-weight: bold;
}

.pipe {color: #000000}
				


/************** .feature styles ***************/

.feature{
	padding: 0px 8px 8px 8px;
	font-size: 80%;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 4px 4px 4px 4px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

div.nav a:link, div.nav a:visited
{
     color: #FFFFFF;
     font-size: 0.7em;
}
div.nav a:hover, div.nav a:active
{
     color: #B99033;
     text-decoration: none;
}

/*********** #grayblock link styles ***********/

#grayblock ul a:link, #grayblock ul a:visited {display: block;}
#grayblock ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#grayblock li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #grayblock li {border-bottom: none;}

/*********** #grayblockLinks styles ***********/

div.grayblock a:link, div.grayblock a:visited
{
     color: #E6CEAB;
}
div.grayblock a:hover, div.grayblock a:active
{
     color: #E6CEAB;
     text-decoration: none;
}
