/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/***********************************************/
/* Modified by AS on 1/14/09                   */
/***********************************************/ 


html {
	background-color: #FFFFFF;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF ;
	font-size: 80%;
	
}

a:link, a:visited, a:hover {
	color: #663300 ;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 130%;
	color: #ffffff;
	text-decoration: none;
	
}

h2{
	font-size: 110%;
	color: #663300;
	text-align: center;
	font-weight: bold;
	margin-top: 1.0em;
}

h3{
	font-size: 120%;
	color: #663300;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 1.0em;
}

h4{
	font-size: 95%;
	font-weight: bold;
	color: #663300;
	text-align: left;
	margin-top: 1.0em;
	margin-bottom: 0px;
}

h5{
	font-size: 90%;
	color: #996600;
	text-align: center;
}

table {
	border: medium solid #663300;
	font-size: 1em;
}

ul {
	list-style-type: disc;
	
}
li {
	font-size:0.95em;
}

ul ul{
 list-style-type: square;
 
}
ul.nospc { 
	margin-left: 2.0em; 
	padding-left: 0em; 
	margin-top: 0em; 
	margin-bottom: 0em;
}
ul.nospc li {
	margin-top: 0em;
}

ul.topm75 {
	margin-top: -0.75em;
}

ol.nospc { 
	margin-left: 1.5em; 
	padding-left: 0em; 
	margin-top: 0em; 
	margin-bottom: 0em;
}

ol.topm75 {
	margin-top: -0.75em;
}

ol.nospc li {
	margin-top: 0.2em;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #663300;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #7f2a00;
	background-color: #7f2a00;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#fullcontent{
  float:right;
	width: 95%;
	margin: 0;
	padding: 0 3% 0 0;
}

.widetitle {
width: 576px;
margin:0px auto;
font-size: 90%;
font-weight: bold;
background: url("/IMAGES/widehdbg.jpg") no-repeat center;
height:20px;
text-align:left;
color:#fff;
padding-top:4px;
padding-left: 15px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}





/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 85%;
	padding: 5px 0px 5px 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	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;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 85%;
	color: #999999  ;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/*********** #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 ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFCC ;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}

