body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	background-color: #f0f0f0;
}
h1 {
	font-size: medium;
	color: #006EB2;
}
h2 {
	font-size: small;
	color: #006EB2;
}
h3 {
	font-size: small;
	color: #000;
}
a:link, a:visited {
	color: #08C50A;	
}
a:hover {
	color: #006EB2;	
}
#pagecontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	margin-top: 20px;
	background-image: url(/images/bkgrnd.gif);
	background-repeat: repeat-y;
}
#pagecontent {
	margin-left: 240px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*#header {
	height: 130px;
}*/
#nav 	{
	float: right;
	margin-top: -25px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidepic {
	float: left; 
	width: 245px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hometext {
	font-size: 87%;
	padding-top: 5px;
}
.floatlefthometext {
	float: left;
	margin-right: 5px;	
}
.floatrighthometext {
	float: right;
	margin-left: 5px;	
}

.clearboth {
	clear: both;
}
#footer {
	clear: both;
	background-color: #08C50A;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.imgcaption320left {
	width: 320px;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
	float: left;
	text-align: center;
}
.imgcaption320 {
	width: 320px;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
	float: right;
	text-align: center;
}
.imgcaption195left {
	float: left;
	width: 195px;
	text-align: center;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
}
.imgcaption195{
	float: right;
	width: 195px;
	text-align: center;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
}
.rightalign {
	text-align: right;
	float: left;
	width: 150px;
	padding-right: 5px;
}
.nobullet {
	list-style-type: none;
}
.highlight {
	font-weight: bold;
	font-style: italic;
}
.imgborder {
	border: 1px solid #000;
}
/*.nav_tab {*/ /* this is used to position the nav.  An image is used for the background of the navigation */
/*	margin-left: 1px;
	display: inline;
	text-align: center;
}
.leftfooter {
	float: left;
	height: 35px;
	width: 170px;
	background-color: #972F30;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
} 
*/
.xsmall {
	font-size: x-small;
}

