body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #C7E283; /*lt green*/
}
h1 {
	font-size: medium;
	color: #000000;
}
h2 {
	font-size: small;
	color: #618A00;
}
h3 {
	font-size: small;
	color: #618A00;
}
a:link, a:visited {
	color: #DF0067; /*pink*/	
}
a:hover {
	color: #87BF00; /*green*/
}
#pagecontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DF0067;
	margin-top: 20px;
	background-color: #ffffff;
}
#pagecontent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*#header {
	height: 130px;
}*/
#nav 	{
	background-image:url(../../images/nav-bkg.jpg);
	width: 760px;
	height: 58px;
}
.floatleft {
	float: left;
	
}

.floatright {
	float: right;
	
}
.clearboth {
	clear: both;
}
#footer {
	clear: both;
	background-color: #DF0067; /*pink*/
	text-align: center;	
	font-size: x-small;
	color: #FFFFFF;
	padding: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#copyright {
	text-align: center;
	font-size: x-small;
	color: #666;
	padding: 5px;
}
#copyright a {
	color: #000;
	text-decoration: underline;
}
#copyright a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.highlightbox {
	background-color: #C7E283;
	border: 1px dashed #DF0067;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rightalign {
	text-align: right;
	float: left;
	width: 100px;
	padding-right: 5px;
}
.nobullet {
	list-style-type: none;
}


/*.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;
} 

.imgborder {
	border: 1px solid #972F30;
}
.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;
}
*/

