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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 20px;
	padding: 0px;
	float: none;
	font-size: 14px;
}

a:link, a:visited, a:hover {
	color: #660066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	margin-left: 0px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	color: #0099FF;
	line-height: normal;
}

h2{
	font-size: 114%;
	color: #000000;
	}

h3{
	font-size: 100%;
	color: #000000;
	font-style: italic;
}

h4 {
	font-style: italic;
	font-size: 100%;
	font-weight: normal;
}

ul{
 list-style-type: square;
}

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

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

label{
 
}


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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#leftcol{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(left%20col%20background.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	position: static;
	background-image: url(images/long%20fading%20yellow%201px.jpg);
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

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


/************* #globalNav styles **************/

#linksline{
color: #cccccc;
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 */

#linksline img{
 display: block;
}

#linksline a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

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

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

.feature h2{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.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;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


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

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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	text-align: left;
}
blockquote {
	text-align: left;
	text-indent: 2px;
	white-space: normal;
	padding: 10px;
	width: 400px;
	border: 1px solid #0099FF;
	position: relative;
}

