@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 30; /* 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: #99C1DA;
	background-color: #2F4562;
}
.oneColFixCtrHdr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/homepage-background.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {

	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: -19px;
	margin-bottom: 2px;

	}
  .oneColFixCtrHdr #navigation ul {
	text-align: center;
	text-indent: -40px;

 	}
 .oneColFixCtrHdr #navigation ul li {
 display: inline
 	}
.oneColFixCtrHdr #navigation li 
 {
	margin-left: 10px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;	
}
.oneColFixCtrHdr #navigation a 
 {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #navigation a:hover 
 {
	color: #000099;
	font-weight: normal;
	text-decoration: none;
}
/* sub navigation*/
.oneColFixCtrHdr #subnavigation {
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: -16px;
	margin-bottom: 2px;

	}
  .oneColFixCtrHdr #subnavigation ul {
	text-align: left;
	text-indent: 53px;

 	}
 .oneColFixCtrHdr #subnavigation ul li {
 display: inline
 	}
.oneColFixCtrHdr #subnavigation li 
 {
	margin-left: 5px;
	margin-right: 2px;
	font-size: 12px;
	font-weight: normal;
	
}
.oneColFixCtrHdr #subnavigation a 
 {
	color: #3f9638;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #subnavigation a:hover 
 {
	color: #000099;
	font-weight: normal;
	text-decoration: none;
}

.oneColFixCtrHdr #subnavigationG-O  {

	margin-top: -16px;
	margin-bottom: 2px;

	}
  .oneColFixCtrHdr #subnavigationG-O ul {
	text-align: left;
	text-indent: 280px;

 	}
 .oneColFixCtrHdr #subnavigationG-O  ul li {
 display: inline
 	}
.oneColFixCtrHdr #subnavigationG-O  li 
 {
	margin-left: 5px;
	margin-right: 2px;
	font-size: 12px;
	font-weight: normal;
	
}
.oneColFixCtrHdr #subnavigationG-O  a 
 {
	color: #3f9638;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #subnavigationG-O  a:hover 
 {
	color: #000099;
	font-weight: normal;
	text-decoration: none;
}
.Selected-item
 {
	color: #000099;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 500px;
	height: 580px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;

	
}
.oneColFixCtrHdr #mainContent h1 {
	font: 100% Oswald, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;


}
.oneColFixCtrHdr #mainContent h2 {
	font: 100% Oswald, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-top: 0px; 
	padding-top: 0px;
 	margin-bottom: 0px; 
	padding-bottom: 0px;
	color: #FFFFFF;

 }
 
.oneColFixCtrHdr #mainContent h3 {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	 /* nice pale blue
	  color: #99C1DA; 
	  */
 }

.oneColFixCtrHdr #mainContent  p {  
 	font-size: 10pt; 
	font-weight: normal; 
	 color: #000000;
 	margin-top: 0px; 
 }
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.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 */
}
