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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


a:link{color: #006699; text-decoration: underline;}
a:visited{color:#1F4B8C; text-decoration: underline;}
a:hover{color: #006699; text-decoration: underline;}
a:active{color: #006699; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color:#003399
}

h1{
 font-size: 140%;
 margin-bottom: 1ex;
}

h2{
 font-size: 125%;
}

h3{
 font-size: 100%;
}

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

h5{
 font-size: 100%;
}

dt {
font-weight: bold;
}

dd {
padding-bottom: 15px;
}

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

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

#container{
	background-color: #FFFFFF;
	background-image:url(../images/leftcol-bg.gif);
	background-repeat:repeat-y;
	background-position: left;
	clear: both;
	width: 950px;
	margin: auto;
	border: none;
	overflow:visible;
}

#content{
	margin-left: 175px; 
    padding: 10px 10px 10px 10px;
		overflow:visible;
}

#navBar {
	float: left;
	width: 175px;
	position: relative;
}

#siteInfo{
	width: 950px;
	clear: both;
}

#footerimages{
position: relative;
width: 950px;
clear: both;
}

#footerbar {
background-color:#1F4B8C;
clear: both;
width: 950px;
}

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



/************* #siteInfo - really the footer - styles ***************/

#siteInfo p{
text-align: center;
color: #FFFFFF;
padding: 10px;
}

#siteInfo p a {
color:#FFFFFF;
text-decoration: none;
}

#siteInfo p a:hover {
text-decoration:underline;
}

/*********** #navBar ***********/

#navBar {
	padding: 0px;
	margin: 0px;
}

#navBar ul{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-size: 95%;
	list-style-type: none;
	text-align: right;
	margin-right: 20px;
}

div#navBar a {
	color: #1F4B8C;
	font-weight: bold;
	text-decoration: none;
}

div#navBar a:hover {
	text-decoration: underline;
}


/************interest image formatting ***********/

#content img {
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.interest-img-left{

	float:right;
	margin-left: 10px;
	margin-right: 10px;
}

.interest-img-caption {
	font-size:55%;
	padding-left: 5px;
	line-height: normal;
}


.floatleft {
float:left;
margin-right:10px;
}

.floatright {
float:right;
margin-left:10px;
}



/* random stuff */

span.homewelcome {
color:#1F4B8C;
font-weight:bold;
font-size:larger;
}

.pullquote {
float: right;
width: 200px;
background-image: url(../images/leftquote.gif);
background-position: top left;
background-repeat: no-repeat;
	overflow:visible;
	clear: right;
}


.pullquote p {
padding: 25px;
padding-top: 30px;
font-style: italic;
text-indent: 40px;
background-image:url(../images/rightquote.gif);
background-repeat: no-repeat;
background-position: 100% 100%;
	overflow:visible;
	}
	
.storyinterestpic {
float: right;
padding-left: 10px;
}