body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	scrollbar-track-color:#F3F3F3;
	scrollbar-arrow-color:#006633;
	scrollbar-base-color:#FFFFFF;
	scrollbar-shadow-color:#006633;
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color:#006633;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
}

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

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

.style1 {color: #999; font-size:x-small}

.style2 {
	font-size: x-small;
	font-style: italic;
	color: #999;
}
			   
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 150%;
	color: #063;
	background-position: 50px center;
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	margin-right: 30%;
	margin-bottom: 50px;
	margin-left: 0px;
}

h2{
	font-size: 100%;
	color: #063;
	text-align: left;
	background-color: #F3F3F3;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin: 0px;
}

h3{
	font-size: 95%;
	color: #063;
	text-align: left;
}

h4{
	font-size: 65%;
	font-weight: bold;
	color: #063;
	text-transform: uppercase;
	text-align: left;
}
p {
	margin-top: 0px;
	text-align: left;
}


ul{
 list-style-type: square;
}

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

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

			

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

#masthead{
	margin: 0 0px 0 0;
	padding: 0px;
	border-bottom: medium double #006633;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006633;
	top: 0px;
	height: 128px;
	background: url(images/logorbbutterflies.gif) no-repeat right;
}
#navBar{
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0px;
	margin-right: 79%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#content{
	float:right;
	width: 75%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

#siteInfo{
	clear: both;
	border: 1px solid #ccc;
	font-size: 75%;
	color: #cccccc;
	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;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	visibility: visible;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 66%;
	line-height: 150%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: x-small;
}
 

