/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #CCCCCC;
	width:95%;
	background-color: #FBFBEF;
}
td,th {
	color: #CCCCCC;
}
a:link, a:visited, a:hover {
	
	text-decoration: underline;
	color: #0404B4;
}

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

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #00CC66;
}

h2{
 font-size: 114%;
 color: #00CC33;
}

h3{
 font-size: 100%;
 color: #00CC66;
}

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

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

ul{
 list-style-type: square;
}

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

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

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

.style10 {
	font-family: Garamond, serif;
	color: #000000;
	font-size: 200%;
}		
.style11 {
	font-family: Garamond, serif;
	font-size: 150%;
	color: #000000;
}
.style13 {
	font-size: 80%;
	color: #000000;
}
.style14 {
	font-family: Garamond, serif;
	font-size: 120%;
	color: #000000;
}

.style15 {
	color: #000000;
	font-weight: bold;
	font-size: larger;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*#masthead1{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 20px;
	
	width: 25%;
}*/

#masthead2{
	margin: 1px 1px 1px 1px;
	/*padding: 5px 5px 5px 5px;*/
	/*border-bottom: 1px solid #cccccc;*/
	width: 95%;
}
#navBar{
	margin: 5% 85% 0 0;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#content{
  float: right;
	width: 80%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 5px 5px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color: #000000;
}

.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 */



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	/*border: 1px solid #cccccc;*/
	font-size: 75%;
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin-top: -1px;
	text-align: center;
}
/* 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 a:link, a:visited{
	color:#0404B4;
}



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

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

/* 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{
	margin: 0 0 0 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	/*padding: 10px 0px 2px 10px;*/
}

#sectionLinks a:link{
	/*padding: 2px 0px 2px 2px;*/
	border-top: 1px solid #cccccc;
	color:#006699;
  /* voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;*/
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	/*padding: 2px 0px 2px 10px;*/
	color:#3399CC;
}

#sectionLinks a:hover{
	
	background-color: #dddddd;
	
}






