@charset "UTF-8";
body  {
	padding: 0;
	text-align: center;
	font-size: 100%;
	background-image: url(../Images/grey_bodybackground.jpg);
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container #header div {
	font-size: 36px;
	color: #FFF;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* 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. */
} 
.twoColFixLtHdr #header {
	height: 125px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../Images/header_background.jpg);
} 
.twoColFixLtHdr #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 */
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 18px;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent {
	margin: 60px 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
} 
.twoColFixLtHdr #footer {
	background-color: #0E3F72;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
} 
.twoColFixLtHdr #apDiv2 {
	padding: 5px;
	margin: 5px;
	float: right;
	position: absolute;
	width: 945px;
	height: 22px;
	top: 94px;
	left: 387px;
	background-color: #FFC;
}
#container #footer a  {
	color: #FFF;
	font-size: 11px;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 0.12em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#container #footer a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #rightdiv {
	float: right;
	padding: 10px;
	border: 1px solid #0F4479;
	width: 200px;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFC;
}
#mainContent #rightdiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
#mainContent #rightdiv h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #F36;
	font-weight: bold;
}
#mainContent h1 {
	font-size: 36px;
	color: #104D7F;
}
#mainContent h2  {
	font-size: 26px;
	color: #104D7F;
	border-top-width: 0px;
	margin-top: 20px;
	padding-top: 20px;
}
#mainContent h3 {
	color: #104D7F;
}
#mainContent h4 {
	color: #104D7F;
	margin-top: 0px;
	padding-top: 5px;
}
#container #mainContent h2 img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
}
#container #mainContent p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
#sidebar2 {
	float: right;
	width: 200px;
	height: auto;
}
a:link {
	color: #000;
}
a:hover {
	color: #0E3F72;
	border-top-width: 1px;
	text-decoration: none;
}
.indexitem {
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	display: block;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.indexitem:hover {
	color: #333;
	text-decoration: underline;
	background-color: #99CC67;
}
#mainContent table {
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
#mainContent table tr {
	background-color: #C2D982;
	height: 20px;
	text-align: left;
	vertical-align: top;
}
.category {
	font-size: 14px;
	font-weight: bold;
	color: #0D366A;
}
#mainContent table tr td a {
	color: #333;
}
#mainContent table tr td a:hover {
	color: #356633;
}
#container #sidebar1 div {
}
