/***********************************************/
/* 3col_leftNav.css  Revised 7-17-06  -- newly revised 4-8-08*
revised again 12-24-09/

/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/*Rule sets core set of elements for cross-browser consistency*/
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6 {
margin: 10;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}

body{
	width: 98%;
	font-family: Verdana, sans-serif;
	color: #333333;
	line-height: 1.2;
	padding: 0;
	font-size: 14px;
	text-aligh: center; /*Centers page content container in IE 5 browsers*/
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana, sans-serif;
 font-size: 175%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, sans-serif;
 font-size: 150%;
 color: #73202C;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, sans-serif;
 font-size: 115%;
 color: #73202C; /*Change from #334d55*/
 margin: 0px;
 padding: 0px;
}

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

h5{
 font-family: Verdana, sans-serif;
 font-size: 100%;
 color: #334d55;
 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: #334d55;
}


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

#masthead{
	float: top;
	height: 120px;
	padding: 0px 25px;
		
}
#breadCrumb{
	float: left;
	height: 30px;
	width: 100%;
	padding: 0px 5px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #cccccc;	
}
#navBar{
	float: left;
	width: 150px;
	height: 100%;
	background-color: #eeeeee;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-position: left;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#headlines{
	float: right;
	width: 150px;
	height: 100%;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

#content{
	width: relative;
	margin-top: 10px;
	margin-left: 155px;
	margin-right: 150px; 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 10px 5px;
	height: 100%;	
	position: relative;
}
/*Tried this to help Firefox rendering, did not work 4-8-08*/
  .contents{
  clear: both;
  display: block;
}

#feature{
	font-size: 80%;
	color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 100%;
	position: relative;
	visibility: visible;
	margin-right: 5px;
	margin-left: 5px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

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

.feature{
	font-size: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	width: auto;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

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


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

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 100%;
}

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


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



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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 #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

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

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


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

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

/************** #advert styles **************/

#advert{
	padding: 10px 0px 10px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

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

