body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
	margin: 0px;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 93px;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}

#breadcrumbs {
	font-size: small;
	text-transform: uppercase;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #899AAA;
	height: 20px;
	padding-top: 5px;
	padding-left: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#breadcrumbs a {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

#nav {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #55616F;
	height: 33px;
	padding-top: 7px;
	text-transform: uppercase;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#rightHandNav {
	width: 270px;
	float: right;
	color: #899AAA;
	font-size: 10px;
}
#rightHandNav ul {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#rightHandNav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#rightHandNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
}
#rightHandNav a:hover {
color:#64AA3A
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #006138;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #0B9827;
}

.sections {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#flash {
	float: left;
	width: 510px;
	margin-right: 20px;
}
#content a {
	color: #0B9827;
	text-decoration: none;
	border: none;
}
#content a:hover {
	color: #0B9827;
	text-decoration: underline;
}
#content img {
	text-decoration: none;
	border: none;
}
strong {
	color: #0B9827;
}
#content {
	padding-right: 18px;
	padding-left: 18px;
	width: 817px;
}
.navFirstItem {
	padding-left: 8px;
}
#footer {
	border-top: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration:none;
	margin: 0px;
}
#footer li{
	list-style-type: none;
	text-transform: none;
	float: left;
	margin: 0px;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .footerLeft{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	float:left;
	text-decoration:none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-transform: none;
}

#resourcesLeft, #resourcesRight {
      Width:370px; /*padding will be added to this so real width is 390px*/
      Border: 1px solid #CCCCCC;
      Padding: 10px;
      Float: left; /*causes them to sit next to one another */
}
#resourcesLeft {
      Margin-right: 10px; /*creates a 10px buffer between the two boxes*/
}
#sidebar {
      Width:140px;
	  height:115px;
      Border: 1px solid #CCCCCC;
      Padding: 10px;
      Float: right; 
	  margin-left: 20px;
	  margin-bottom:20px;
	  margin-top: 20px;
}
.pagePhoto{
	float:right;
	border:none;
	margin-left: 18px;
	margin-bottom: 18px;
}