/* 
HTML tag styles
*/

body{
	font-family: Verdana,Arial,Helvetica,Helv,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0000cc;
	text-decoration: underline;
}

a:hover {
	background-color:#dddddd;
}

a:visited{
	color:#990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* 
overrides decoration from previous rule for hovered links 
*/

h1, h2, h3, h4, h5, h6 {
	font-family:Monotype Corsiva,Verdana,Arial,Helvetica,Helv,sans-serif;
	margin: 0px;
	padding: 0px;
/*	color: #0000cc;
*/
	color: #cc0000;
}

h1{
	font-size:300%;
	font-weight:Bold;
	text-Decoration:none
}

h2{
 font-size: 250%;
}

h3{
 font-size: 200%;
}

h4{
 font-size: 150%;
 font-weight: normal;
}

h5{
 font-size: 125%;
}

h5{
 font-size: 110%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
}

/* 
Layout Divs 
*/


#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 3px solid #cc0000;
	width: 100%;
	background-color:#dddddd;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 0px;
	
}

#content{
  float:right;
	width: 77%;
	margin: 0;
	padding: 0 3% 0 0;
}

/*
Component Divs
*/

#SectionName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-align:center;
	
}


/*
pageName styles 
*/

#pageName{
	padding: 0px 0px 10px 10px;
}

/*
.quote styles 
*/

.pagequote{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.pagequote h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.pagequote img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.pagequote blockquote{
font-style:italic;
}

/* 
adjust margins to change separation between the feature image and text flowing around it 
*/

/*
.story styles 
*/

.story{
	clear: left;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/* 
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" 
*/

/*
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: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*
sectionLinks styles 
*/

#sectionLinks{
	color:#0000cc;
	font-family:Monotype Corsiva,Verdana,Arial,Helvetica,Helv,sans-serif;
	font-size:150%;
	font-weight:bold;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #0000cc;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #0000cc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #0000cc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 0px solid #0000cc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*
Pollbox and a word a day
*/

#PollBox {
	float: right;
	width: 205px;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 80%;
	line-height: 1em;
	border: 3px solid #cc0000;
	clear: left;
}

/*
footer styles 
*/

#footer{
	clear: both;
	border-top: 3px solid #cc0000;
	font-size: 75%;
	color: #0000cc;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	text-align:center;
	width:100%;
	background-color:#dddddd;
}