﻿div
{
	background: white;
}

.whitebar
{
	height: 16px; 
	background-color: white;
}

body
{
	font-family: arial, helvetica, verdana;
	color: black;
	background-image: url('/images/background.jpg'); 
	background-repeat: repeat-x;
	text-align: center;
}

#body
	{
		text-align: left; 
		display: block; 
		padding-left: 10px; 
		padding-right: 10px; 
		width: 950px;
		background-color: white;
	}

.pagediv
	{
		padding: 3px; 
		width: 975px;
		border-top: 1px black solid; 
		border-left: 1px black solid; 
		border-right: 2px gray solid; 
		border-bottom: 2px gray solid; 
		position: relative;
		background: white;
		margin-left: auto; 
		margin-right: auto;
	}


.greenbar
	{
		height: 8px; 
		background-color: #5A9284;
	}

#topnav_menu
	{
		border-top: 1px solid #5F6061;
		border-bottom: 1px solid #5F6061;
		padding-top: 2px; 
		padding-left: 8px; 
		padding-right: 8px; 
		height: 20px; 
		background-image: url('/images/menubackground.gif'); 
		background-repeat: repeat-x;
		background-color: #B1B1A7; 
		font-size: 13px; 
		font-weight: bold; 
		font-family: arial, helvetica, sans serif; 
		color: black;
	    display: block;
	    position: relative;
	}

#topnav_menu a
{
	color: #333333;
	margin-right: 24px;
	margin-left: 24px;
}

#topnav_logobar
	{
		padding-left: 15px; 
		background-image: url('/images/greengradient.gif'); 
		background-repeat: repeat-x;
		height: 89px;
	}

.homepagephotocaption 
{
	font-size: 12px;
	font-style: italic;
	display: block;
}
.lefttext 
{
	text-align: left;
}

.centertext 
{
	text-align: center;
}

.smalltext 
{
	font-size: smaller;
}

.gradienttext 
{
	color: #FFFFFF;
	font-size: smaller;
	background-image: url('/images/greenbar.gif'); 
	background-repeat: no-repeat;
	height: 19px; 
	padding-left: 8px;
	font-weight: bold;
}

#topnav_menu a:hover
{
	color:  #306B61;
}

p
{
	font-size: small;
	line-height: 22px;
	text-align: justify;
}

h3
{
	font-size: medium;
	font-weight: bold;
}
	
.topnav a 
{
	text-decoration: none;
	color: white;
}

.logocontainer
{
	text-align: center;	
}

.logocontainer img
{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.homepagebanner
{
	background-image: url('/images/bluebox2.gif'); 
	padding-top: 15px;
	background-repeat :no-repeat; 
	height: 70px; 
	width: 323px; 
	vertical-align: middle;	
	text-align: center;
	font-weight: bold;
}

#copyright
{
	text-align: left; 
	font-size: xx-small;
}

#maincontent
{
	font-size: smaller;	
	padding: 15px;
}

.breadcrumbs
{
	font-size: 11px;
	margin-bottom: 8px;
}