@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.img {
	padding: 5px;
}



.oneColFixCtr #container {
	width: 960px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/white_shadow_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	color: #000;
}




#banner {
	text-align: center;
	height: 130px;
	width: auto;
}
#navbar {
	text-align: center;
	height: 58px;
	padding-left: 1px;
}
#leftcolumnad {
	width: 480px;
	left: 20px;
	top: 0px;
	float: left;
	text-align: center;
}
#rightmainphoto {
	width: 371px;
	height: 259px;
	position: relative;
	float: right;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #8BB91E;
	margin-right: 5px;
}
#footer {
	text-align: center;
	width: 900px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #95BFD4;
	border-bottom-color: #90BCD3;
	margin:auto;
	height: 60px;
	#line-height: 60px;
	vertical-align: middle;	
}

#containingbox {
	text-align: center;
	height: 400px;
	width: 850px;
	margin: auto;
	background-repeat: repeat;
}
#containingbox img{
	border: none;
}

#containingbox2 {
	text-align: center;
	height: 325px;
	width: 850px;
	margin: auto;
	background-repeat: repeat;
}

#containingbox2 img{
	border: none;
}

#navlistfooter li {
	display: inline;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 16px;
	color: #006BB7;
	text-align: center;
	
}

#mainContent2 {
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 70px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.header3 {
	line-height: 28px;
}

.header4 {
	line-height: 16px;


}

h3 {
	font-size: 30px;
	color: #8BBC25;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	display: block;
	margin: 0px;
}
h4 {
	font-size: 16px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 1px;
	display: block;
	margin: 0px;
	font-style: italic;
}

#dottedline {
	display: block;
	margin: 0px;
	height: 20px;
	width: 350px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
}

a:link {
	text-decoration: none;
	color: #006BB7;
}
a:visited {
	text-decoration: none;
	color: #006BB7;
}
a:hover {
	text-decoration: underline;
	color: #006BB7;
}
a:active {
	text-decoration: none;
	color: #006BB7;
}
hr {
	color:#8BBC25;
	background-color: #8BBC25;
	border: none;
}

