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

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

body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.jpg);


}

a:link{
	color: #000000;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}

a:visited {
	color: #000000;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}

a:hover {
	color: #000000;
	text-decoration:underline;
	padding: 0px;
	margin: 0px;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 150%;
 color: #000000;
 font-style: italic;
}

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

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

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

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: #000000;
}
				

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

#main{
	margin: 0;
	width: 1024px;
	height: 1024px;
	background-image:url(images/paper.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #000000;
	
	
}
#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 2px double #000000;
	width: 1024px;
	height: 225px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;

}

#navBar{
	float:left;
	margin: 0 0 0 0;
	background:url(images/navbar.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	border-right: 2px solid #000000;
	width: 225px;
	height: 768px;
}

#content{
	padding-right:50px;
	float:right;
	width: 718px;
}


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

#siteName{
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}


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

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


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

#globalNav{
	color: #000000;
	padding: 200px 0px 0px 10px;
	white-space: nowrap;
	position: inherit;
	float:left;
	width: 370px;
}
/* '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:link{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:visited{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:hover{
	font-size: 100%;
	color: #000000;
	padding: 0px 4px 0px 0px;
	text-decoration: underline;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


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

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

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

.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: 100%;
}

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


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

#siteInfo{
	clear: both;
	border-top: 5px double #000000;
	font-size: 75%;
	color: #000000;
	padding: 5px 0px 0px 20px;
	margin-top: 0px;
	float: left;
	top: 1024px;
	width: 1004px;
}
/* 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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	width: auto;
	border-bottom: 1px dashed #333366;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	color: #000000;
	width: auto;
	width: auto;
	border-bottom: 1px  dashed #333366;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	background-color: #8ac18d;
	color: #FFFFFF;
	width: auto;
	width: auto;
	border-bottom: 1px dashed #333366;
}




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

.relatedLinks{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

.relatedLinks a:link{
	padding: 2px 0px 2px 10px;
	color: #000000;
	text-decoration:none;
}

.relatedLinks a:visited{.
	padding: 2px 0px 2px 10px;
	color: #000000;
	text-decoration:none;
}

.relatedLinks a:hover{
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	background-color: #8aa0c1;
	color: #000000;
	width: auto;
	width: auto;
}


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

/************** #feedsweep styles **************/

#feedsweep{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.feedsweep_title{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
}

.feedsweep_date{
	margin: 0px;
	padding: 2px 0px 20px 30px;
	font-size: 60%;
}

.feedsweep_headline{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 100%;
	font-style:italic;
}

.feedsweep_body{
	margin: 0px;
	padding: 0px 5px 0px 15px;
	font-size: 70%;
}