/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/




/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/*
		Windows:  Georgia, Palatino Linotype, Times New Roman, and older Windows: Book Antiqua (Palatino)
		Mac:  Palatino, Times
		reference:  http://www.wpdfd.com/editorial/wpd0704news.htm
	*/
	font-family: Georgia, Palatino, "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
}

a:link {
	/*color: #006699;*/
	color: #0099FF; 
	text-decoration: underline;
}

a:visited {
	/*color: #006699;*/
	color: #0099FF; 
	text-decoration: underline;
}

a:hover {
    color:#FF6633;
	text-decoration: none;
}

a:active {
    color:#FF6633;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {	    
	margin: 0px;
	padding: 0px;
}

h1{ 
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 130%;
 color: #006699;
}

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: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	/*background-color:#990000;*/
	background-color:maroon;
}


#content{
  float:left;
	width: 100%;
	margin-top: 15px;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	/*
		Windows: Palatino Linotype, Georgia, Times New Roman
		Mac: Zapfino, Georgia, Times
	*/
	/*color:#CCCCCC;*/
	color: #E2E2E2;
	font-family: "Palatino Linotype", Zapfino, Georgia, "Times New Roman", Times;
	font-style: italic;
	font-size:xx-large;
	
}



/************* .globalNav styles **************/


.globalNav {
color:white;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.globalNav img{
 display: block;
}

.globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	font-weight: bold;
}

.globalNav a:link {
	color: #FFFFCC; 
	text-decoration: none;
}

.globalNav a:visited {
	color: #FFFFCC; 
	text-decoration: none;
}

.globalNav a:hover {
	color: #FFFFCC; 
	text-decoration: underline;		
}

.globalNav a:active {
	color: #FFFFCC; 
	text-decoration: underline;		
}


/*************** #pageName styles **************/

#pageName{
	/*padding: 0px 0px 10px 10px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
}

.subject{
	/*padding: 0px 0px 10px 10px;*/
	font-family: "Palatino Linotype", “Book Antiqua”, Palatino, “Times New Roman”, Times, serif;
	font-size: 150%;
	text-align: center;
	color: #006699;
}



/************** .feature styles ***************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

/*.feature h2, h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
} */

.feature img{
	float: left;
	padding: 10px 10px 10px 10px;
	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;
}



