@charset "utf-8";
/* CSS Document */

body {
	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: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width:760px;
	background: #FFFFFF;
	margin: 50px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width:760px;
	background:url(../images/top_border.gif) no-repeat top;
	height: 90px;
	padding:14px 0 0 0;
}
#headerContainer{
	background:url(../images/logo_sml.gif) no-repeat 0 0;
	width:660px;
	height:51px;
	border-color:#e7e7e7;
	border-style:solid;
	border-width:0 1px 1px 1px;
	padding:39px 0 0 98px;
}
#headerContainer.index{
	background:url(../images/headerIndex_bkgrd.gif) no-repeat 0 0;
}
#imageHolder{
	width:758px;
	height:60px;
	margin-top: 3px;
	margin-bottom: 2px;
	clear: both;
}
#contentContainer{
	background:url(../images/bottom_border.gif) no-repeat bottom;
	width:760px;
	padding-bottom:14px;
}
#content{
	background:url(../images/contentBkgrd.jpg) no-repeat right 0;
	width:301px;
	height:auto;
	border-color:#e7e7e7;
	border-style:solid;
	border-width:1px 1px 0 1px;
	padding: 50px 366px 50px 91px;
}
h1{
/*	font-family:"Arial Narrow", Arial;*/
	font-size:1.67em;
	color:#003333;
	margin: 0;
}
h2{
	font-size:1.42em;
	font-weight:normal;
}
p, ul, #footer{
	color:#666666;
	line-height:1.42em;
}
#footer{
	font-size:0.92em;
	padding:5px 0 0 41px;
}
a:link {
   color: #165829;
   text-decoration:none;
}
a:visited {
   color: #165829;
   text-decoration:none;
}
a:hover {
	color:#ABDA4D;
	text-decoration:underline;
}
/*.aboutImages {
	width:98px;
	margin: 0 10px 0 0;
}*/
.aboutusCont {
	margin-bottom:30px;
}
