@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	background: #CCCCBC;
	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;
}
.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 #464634;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 118px;
	background-color: #797959;
	text-align: right;
	font-size: 12px;
	line-height: 1.2;
	color: #E6E6DD;
}
.oneColFixCtrHdr #header p {
	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 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	/* font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;*/
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #ACAC7F;
	font-size: 10px;
	font-weight:bold;
}
.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 */
}
.tdLeft {
	text-align: right;
	vertical-align: top;
}
.tdRright {
	text-align: left;
	vertical-align: top;
}
#Navigation {
	background-color: #FFFFFF;
	padding: 15px;
	width: 172px;
	float: right;
}
#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation a {
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 156px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ACAC7F;
	border-bottom-color: #ACAC7F;
	text-decoration: none;
}
#Navigation a:link, #Navigation a:visited {
	color: #464634;
}
#Navigation a:hover, #Navigation .current a {
	background-color: #464634;
	color: #FFFFBC;
}
#Navigation .current a {
	cursor:default;
}
a:link {
	color: 00396B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 00396B;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* Styles for Content */
h1 {
	font-size: 1.5em;
	color: #464634;
}
h2 {
	font-size: 1.4em;
	color: #0066CC;
}
h3 {
	font-size: 1.3em;
	color: #0066CC;
}
h4 {
	font-size: 1.2em;
	color: #0066CC;
}
h5 {
	font-size: 0.75em;
	color: #0066CC;
}
h6 {
	font-size: 0.5em;
	color: #0066CC;
}
.justifyIt {text-align:justify;
}
