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

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

body{
	font-family: Arial,sans-serif;
	line-height: 1.211;	
	margin: 7px;
	padding: 7px;
}

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

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

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 119%;
 color: #334d55;
}

h2{
 font-size: 100%;
 color: #006699;
}

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

h4{
 font-weight: normal;
 color: #333333;
 
 
}
#navBar{
	margin: 0 0 0 79%;
	padding: 2px;
	background-color: #eeeeee;
	border-left: 9px solid #ccc;
	border-bottom: 0px solid #ccc;
}

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

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

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

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

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #eeeeee;
	font-size: 65%;
	color: #eeeeee;
	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;
}
body {
	background-color: #eeeeee;
}

body, td, th {
	color: #444555;
}

h1, h2 {
	color: #003399;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}
