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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F8F8F8;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


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



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

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
margin-top: 1em;
 font-size: 100%;
}

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

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
}


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

#masthead{
	margin: 0;
	padding: 0px;
	width: 750px;
}

#container{
	background-color: #FFFFFF;
	clear: both;
	width: 750px;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	margin-top: 10px;
	margin-bottom: 10px;
/*	background-image: url(images/pale-j80.gif);*/
/*	background-repeat: no-repeat;*/
/*	background-position: 10px 325px;*/
}

#content{
	margin-left: 160px; 
	padding: 10px 10px 10px 10px;
}

#navBar {
	float: left;
	width: 130px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
		font-size: 12px;
	position: relative;
	margin: 10px 0px 0px 10px;
	padding: 10px 10px 10px 0px;
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	background-position:center-top;
}

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


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

#pageName{
	padding: 0px;
}

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

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

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

#siteInfo{
position: relative;
	clear: both;
	font-size: 65%;
	height: 100px;
	background-image: url(images/footer-grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
}

#siteInfo p {
font-style: italic;
padding: 0px;
margin: 0px;
position: absolute;
bottom: 10px;
left: auto;
right: 72px;
}

div#siteInfo img {

float: right;
}

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


#navBar{

}


#navBar p, #navBar hr {
margin-left: 10px;
}

div#navBar a:link, div#navBar a:visited, div#navBar a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* div#navBar a:hover {
background-image: url(images/menu-marker-R.gif);
background-repeat: no-repeat;
background-position: left center;
} */


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

.interest-img-left{

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

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

div#signup {
background-color:#e2f8fd; 
width: 150px;
font-size: 75%;
padding:5px;
border-style: solid;
border-width: 1px;
border-color: #006699;
}

div#newsbox {
background-color:#e2f8fd; 
font-size: 75%;
padding:5px;
border-style: solid;
border-width: 1px;
border-color: #006699;
margin-bottom: 10px;
}

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

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

table.entries {
margin-top: 10px;
clear:right;
border-collapse:collapse;
border: 1px;
border-style: solid;
border-color:#000000;
}

table.entries th {
border-bottom-width: 1px;
border-bottom-style: solid;
background-color:#eeeeee;
}

table.entries td {
padding: 3px;
}

tr.entriesodd {
background-color:#FFFFFF;
}

tr.entrieseven {
background-color:#e2f8fd;
}

p.archivenav {
font-size: 80%;
font-weight: bold;
}
table.results p {
padding: 1px;
margin: 0px;
font-size: .8em;
text-align: center;
}

table.results {

cellspacing: 0px;
border: 0px;}

table.results caption p.resultstitle {
font-weight: bold;
font-size: 1.1em;
margin-bottom: .5em;
margin-top: 0em;
padding-bottom: .5em;
padding-top: 0em;
}

table.results caption p.resultscomment {
margin-bottom: .5em;
padding-bottom: .5em;
}

tr.resultsodd {
background-color: #FFFFFF;
}

tr.resultseven {
background-color:#CCCCCC;
}

p.resultsspreadsheetlink {
font-size: .8em;
text-align: left;
}
