/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}
/* 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: "Courier New", Courier, monospace;
 font-size: 100%;
 color: #FFFF99;
}

h2{
	font-size: 110%;
	color: #FFFF66;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

h3{
	font-size: 120%;
	color: #FFC002;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	background-color: #CC0000;
	text-align: center;
	background-image: url(navshadow2.png);
	padding-bottom: 5px;
}

h4{
	font-size: 150%;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h5{
	font-size: 120%;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

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: 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
	background-image: url(header11.png);
	background-repeat: no-repeat;
	height: 190px;
	background-color: #999900;
	padding-top: 0px;
}

#navBar{
	background-color: #999900;
	width: 16%;
}

#content{
	float:right;
	width: 77%;
	margin: 0;
	padding: 0 3% 0 3%;
	background-color: #FFFFCC;
	color: #424200;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	font-size: 120%;
}
#shadow {
	width: 79%;
	height: 12px;
	background-image: url(mastshadow.png);
	background-repeat: repeat-x;
	float: right;
}
#shadow_left {
	background-color: #999900;
	float: left;
	width: 20%;
	height: 12px;
	padding-right: 10px;
}




/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	text-align: center;
	float: left;
	padding-left: 6px;
	line-height: 16pt;
	padding-top: 15px;
}
/* '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: 75%;
	font-variant: small-caps;
	color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#content_img {
	text-decoration: none;
	text-align: center;
}

#navBar a {
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	color: #FFFF33;
	text-decoration: none;
}
#navBar a:hover {
	font-weight: bolder;
	color: #CC0000;
	text-decoration: none;
}


#globalNav a:hover {
	font-weight: bolder;
	color: #FFCC00;
	text-decoration: none;
	background-image: url(gglow.png);
	background-repeat: repeat-x;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	background-color: #FFFFCC;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 150%;
}

.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;
	font-size: 65%;
	color: #FFC002;
	margin-top: 0px;
	background-color: #999900;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(baseshadow.png);
	line-height: 35px;
	height: 35px;
}
/* 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;}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	color: #FFFF66;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#content .img {
	text-decoration: none;
	background-position: center center;
	text-align: center;
	display: block;
	float: right;
}
#content .img_L {
	text-decoration: none;
	background-position: center center;
	text-align: center;
	display: block;
	float: left;
}
