@charset "utf-8";
body {
	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;
	background-color: #003399;
	background-image: url(../images/background3.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat {
	clear: both;
}
#header{
	position:relative; /* relative position allows nested divs to be positioned absolutely within the topbar div */
	height:150px;
	background-color:#fff;
}
#logo_holder {
	width: 200px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 20px;
	left: 20px;
}
#top_text {
	position: absolute;
	right: 20px;
	bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.top_text {
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
a.top_text:hover {
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}
#Main_Navigation {
	width: 530px;
	float: right;
	text-align: right;
	height: 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	position: absolute;
	right: 17px;
	color: #FFFFFF;
	overflow: hidden;
	top: 122px;
	z-index: auto;
}
.oneColFixCtrHdr #container #mainContent #secondary_Image {
	padding: 0px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: inline;
	width: 101px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	background-color: #003399;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
a.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: inline;
	width: 101px;
	text-decoration: none;
	color: #003399;
	padding: 2px;
	float: left;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	clear: both;
	background-image: url(../images/green_background3.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 20px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.oneColFixCtrHdr #mainContent a:visited {
	color:#009999
}
.oneColFixCtrHdr  #container  #mainContent  #Home_text {
	margin-left: 370px;
}
#secondary_text {
	margin-left: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #footer #bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: auto;
	text-align: center;
	width: 390px;
	background-position: center;
	margin-right: 185px;
	margin-left: 185px;
	overflow: hidden;
}
.spacer {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.bottom_navigation {
	display: block;
	float: left;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #000000;
	text-align: center;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
a.bottom_navigation:hover {
	display: block;
	float: left;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #000000;
	text-align: center;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
}
.bottom_navigation_noborder {
	display: block;
	float: left;
	width: auto;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000000;
	color: #000000;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
a.bottom_navigation_noborder:hover {
	display: block;
	float: left;
	width: auto;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000000;
	color: #000000;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
}
#Heading {
	width: 500px;
	padding: 0px;
	margin-left: 230px;
	height: 60px;
}
#AboutUs {
	clear: none;
	margin-left: 210px;
}
.profiles {
	clear: both;
	height: 220px;
	background-position: center;
	padding: 20px;
}
.Profile_Photos {
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.text_links {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
#horizontalcssmenu {
	position: absolute;
	top: 122px;
}

