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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}


a.black{
	color: #000000;
	text-decoration: none;
}

a.black:link{
	color: #000000;
	text-decoration: none;
}

a.black:visited{
	color: #000000;
	text-decoration: none;
}

a.black:hover{
	color: #000000;
	text-decoration: underline;
}

a.white{
	color: #ffffff;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

a.white:link{
	color: #ffffff;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

a.white:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

a.white:hover{
	color: #ffffff;
	text-decoration: underline;
	font-size: 123%;
	font-weight: bold;
}

a.red:link{
	color: #CC0033;
	text-decoration: none;
}

a.red:visited{
	color: #CC0033;
	text-decoration: none;
}
a.red:hover{
	color: #CC0033;
	text-decoration: underline;
	font-weight: bold;
}


a.white2{
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	
}

a.white2:link{
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

a.white2:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

a.white2:hover{
	color: #ffffff;
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: italic; 
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h7{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

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


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
width: 960px;
background-color:#FFFFFF;
margin:5px auto;
border: 1px solid #003300;
text-align:left;
}

#masthead{
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #ffffff;
	width: 100%;
	height: 90px;
    background-color: #003300;
}

#navBar{
	float: left;
	width: 175px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	background-color: #003300;
	border-right: 1px solid #003300;
	border-bottom: 2px solid #ffffff;
}

#headlines{
	float:right;
	width: 200px;
	height: 400px;
	margin: 0px;
	padding-left: 5%;
	background-color: #003300;
	border-right: 1px solid #003300;
	border-bottom: 2px solid #ffffff;
	
}

#content{
	float: left;
	width: 560px;
	height: 395px;
	padding-left: 1%;
    padding-right: 1%;
	background-color: #ffffff;
}

#siteInfo{
	clear: both;
	border: 1px solid #4B6294;
	font-size: 75%;
	background-color: #003300;
	height: 90px;
	padding: 0px 0px 2px 0px;
	vertical-align:middle
}

#twitter_div{
	color:#ffffff
	vertical-align:middle
	a:link:#ffffff
	a:visited:#ffffff
}


/***********************************************/
/* Components                                  */
/***********************************************/

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

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


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

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



.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


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

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

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

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



/*********** #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: 0px;
	border-bottom: 1px solid #003300;
	font-size: 90%;
	background-color: #003300;
}

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

#sectionLinks a {
	display: block;
	border-top: 1px solid #003300;
	padding: 2px 0px 2px 10px;
}

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


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	border-top: 1px solid #ffffff;
}

.relatedLinks h3{
	padding: 4px 0px 2px 0px;
	background-color: #003300;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 0px 3px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 0px 0px 0px;
}

