/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
}

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

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

a:hover {
		color: #333333;
		font-style: italic;
		text-decoration: none;
}
a:active {
	color: #333333;
	font-style: italic;
	text-decoration:underline;
}

.Stil5 {color: #669900}
.Stil8 {
		color: #669900;
		font-size: medium;
}
.Stil9 {font-size: 86%;
		float: none;
		width: 55%;
}




h1{
		font-family: Arial, sans-serif;
		font-size: 14pt;
		color: #669900;
		margin: 0px;
		padding: 0px;
}

h2{
		font-family: Arial, sans-serif;
		font-size: 12pt;
		color: #669900;
		margin: 0px;
		padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #669900;
 margin: 0px;
 padding: 30px 0 0 0;
}

h4{
		font-family: Arial, sans-serif;
		font-size: 100%;
		font-weight: normal;
		color: #333333;
		margin: 0px;
		padding: 0px;
		line-height: 130%;
}

ul{list-style-type: square;
font-size: 95%;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #669900;
}


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

#masthead{
	padding: 22px 0px 0px 20%;
	width: 100%;
}

#headlines{
  float:left;
	width: 18%;
	padding-right: 10px;
}

#content{
	float: left;
	width: 55%;
	border-bottom: 2px solid #669900;
	border-top: 2px solid;
	border-top-color: #669900;
}

/***********************************************/
/* Components                                  */
/***********************************************/


/*
#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
*/


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

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

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


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

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

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

.bold{
		font-weight: bold;
		font-style: italic;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 0px 10px 10px 22%;
}


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


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

#headlines{
	margin: 0px;
	padding: 45px 0px 20px 40px;
	font-size: 100%;
}

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