﻿body 
{
	margin: 0px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	color: #5a5758;
}

a
{
	text-decoration:underline;
	color: #5a5758;
}
a:hover
{
	color:#3399ff;
}

.topBarBG
{
	background-image: url(../../images/header/grayGradient.gif);
	background-repeat:repeat-x;
}
.topBar, .navBar
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.navBarBG
{
	background-image: url(../../images/header/greenbar.gif);
	background-repeat:repeat-x;
}

.pageTitle
{
	font-size: 28px;
	color: #006633;
	padding-bottom: 4px;
	margin-top:10px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.pageTitle2
{
	font-size: 28px;
	color: #006633;
	padding-bottom: 20px;
}

.sectionTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #4d4c4c;
	margin-bottom:25px;
}
#blueLink
{
	color:#3399ff;
	font-weight:bold;
}


.footer
{
	font-size:11px;
	color:#999999;
	text-align:center;
}

.greenStrong
{
	color: #006633;
	font-weight:bold;
}

.pageSubTitle
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:15px;
}

.sectionTitle
{
	font-size:14px;
	color: #006633;
}
.sectionTitle2
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:15px;
}

.formRow
{
	margin-bottom:15px;
}