/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px; background-image:url(images/main-bg.gif);
}

a:link, a:visited, a:hover {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #0033ff;
	text-decoration: underline;
}

a.heading:link, a.heading:visited, a.heading:hover {
	color: #336699;
	text-decoration: none;
}

a.heading:hover {
	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,sans-serif;
 font-size: 90%;
 color: #333333; 
}

h2{
 font-size: 90%;
 color: #006699; 
 text-transform:uppercase;
}

h3{
 font-size: 80%;
 color: #006699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #336699;
}

h6{
 font-size: 100%;
 color: #cc0000;
}

ul{
 list-style-type: disc; margin-left:2px; margin-top:2px; margin-bottom:0px;padding-left:14px;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 95%;
	margin: 0;
	padding: 0 3% 0 0;
}

.feature{
	font-size: 80%; font-weight:bold;
}

.normal{
	font-size: 75%;
}

.small{
	font-size: 70%;
}

.featured{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/


hr {
	color: #CCCCCC;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
#navigation {
	margin: 0 auto;
	padding: 0;
	width: 548px;
	font-size: 80%; font-weight:normal;
	}
	
#buttonBar {
	width: 547px;
	height: 38px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ffffff;
	border-top: 0px solid #ffffff;
	list-style: none;
	}

#buttonBar li {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	height: 38px;
	border-right: 1px solid #070433;
	list-style: none;
	}

/* change back to padding: 17px 15px 2px 6px when accomplishments returns */

#buttonBar a {
	float: left;
	padding: 11px 12px 8px 12px;
	text-decoration: none;
	color: #fff;
	}

/* change back to padding: 13px 15px 2px 6px when accomplishments returns */

#buttonBar a:hover {
	color: #ffffff;
	border-top: 3px solid #1D639B;
	padding: 8px 12px 11px 12px;
	background-color: #195484;
	}
		
