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

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

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #ffffef;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #008000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #008000;
	text-decoration: underline;
}

h2{
 font-size: 16px;
 color: #008000;
}

h3{
	font-size: 14px;
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
}

h4{
 font-size: 12px;
 font-weight: bold;
 color: #008000;
}

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	background-color: #ffffef;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


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

.siteName{
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 18px;
	font-weight: bolder;
	color: #008000;
}


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

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


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

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-right: 1px #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px #cccccc;
}
/* '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 a {
	font-size: 12px;
	padding: 0px 4px 0px 0px; 
}


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

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


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

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

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

/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 20px 30px;
	position: absolute;
	border: 1px solid #cccccc;
	width: 70%;
	left: 199px;
	top: 220px;
	visibility: visible;
	margin: 0px 15px;
}



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

.siteInfo{
	color: #cccccc;
	text-align: center;
}


/************* #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;
}



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

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

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


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

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
#navigation {
	position: relative;
	border: 1px solid #cccccc;
	height: 400px;
	width: 150px;
	margin: 10px;
	padding: 10px;
	font-size: 12px;
}

.impTable {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 25px;
	text-align: center;
	vertical-align: middle;
}
.impTable td {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}
.text {
	margin: 10px;
	padding: 5px;
	text-align: left;
	clear: both;
	float: right;
}
.mentop {
	background-color: #008000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	border: 2px outset #ffffef;
}
.mentd {
	border-width: 3px;
	border-style: outset;
	border-color: #008000;
}
.logo {
	left: 20px;
	top: 50px;
}
#globalFoot {
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-right: 1px #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px #cccccc;
	bottom: 5%;
	position: static;
}
.story-list {
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 10px;
}
