body {
	background-color: #ACD3A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	margin: 0px;
}
#container {
	background-image: url(images/3_col_bg.gif);
	background-repeat: repeat-y;
	width: 755px;
	border: 7px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 52px;
	margin-bottom:5px;
	padding-bottom:10px;
}
h1 {
	font-size: 16px;
	color: #7B9D82;
	margin-bottom: 0.7em;
	margin-top: 1.8em;
}
#leftcol {
	float: left;
	width: 163px;
}
#midcol {
	float: right;
	width: 501px;
	position: relative;
	right: 83px;	/*margin-right: 35px;*/
	
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #109FB7;
	margin-bottom: 0em;
	margin-top: 1.8em;
}
#navMenu {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}
#navMenu p {
	margin: 0px 0px 2px;
	line-height: 1.8em;
}
.subNav{
	font-size: 12px;
	font-weight:normal;
	text-indent:5px;
}

p {
	margin-top: 0.5em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#navMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#navMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#logo {
	margin-left: 3px;
}
.addressBlock {
	font-size: 10px;
	color: #FFFFFF;
	line-height: .4em;
	text-align: center;
}

.divisionLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.homeText {
	color: #109FB7;
	font-size: 12px;
}
.addressBlockHome {
	font-size: 10px;
	color: #109Fb7;
	line-height: 0.4em;
	text-align: center;
	position: absolute;
	right: 5px;
}
#footer {
	color: #82987B;
	text-align: center;
	margin-bottom: 26px;
}
#footer a{
	color: #82987B;
	text-decoration:none;
}
#footer a:hover{
	color: #82987B;
	text-decoration:underline;
}

.alert{
	color:#FF0000;
}

h3{
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.sideCallout {
	color: #FFFFFF;
	margin: 10px;
}

