@charset "utf-8";
body  {
	background: #a1aa70;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a1aa70;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #993300;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
} 
.thrColFixHdr #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 */
	font-size: 24px;
	display: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336666;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #517A00;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 700px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.headlinebox {
	background-color: #517A00;
	padding: 5px;
	border: 2px solid #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	width: auto;
}
.boxborders {
	border: thin solid #663300;
	line-height: 2em;
}


.thrColFixHdr #wrapper {
	background-color: #517A00;
	width: 780px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #517A00; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 500px;
	border-left-width: 2px;
	border-left-style: ridge;
	border-left-color: #333333;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #C6A106;
	margin-left: 175px;
	height: 650px;
} 
.thrColFixHdr #footer {
	background:#000000;
	z-index: auto;
	padding-bottom: 0px;
} 
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #517a00;
	letter-spacing: 0.08em;
}
ul {
	list-style-position: inside;
	list-style-image: url(images/arrows.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.5em;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFF99;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330099;
	margin: 3px;
}


.paragraphheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #663333;
}

.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;
}
.thrColFixHdr #nav {
	background: #000000;  /* 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. */
	color: #FFFFFF;
	font-size: 14px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.thrColFixHdr #nav p {
	word-spacing: 5px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
}

.thrColFixHdr #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 */
	text-align: center;
}
.foot {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
}


.navigation {
	display: inline;
	list-style-type: none;
	background-color: #000000;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #00CCFF;
	text-decoration: none;
	padding: 5px;
	background-color: #000000;
	font-weight: normal;
}
a.nav:hover {
	color: #FFFF99;
	text-decoration: none;
	background-color: #999999;
	padding: 4px;
	border: 1px solid #33FF99;
	font-weight: normal;
}

a.navside:link, a.navside:visited, a.navside:active {
	color: #00CCFF;
	text-decoration: none;
	padding: 5px;
	background-color: #000000;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}
a.navside:hover {
	color: #FFFF99;
	text-decoration: none;
	background-color: #999999;
	padding: 4px;
	border: 1px solid #33FF99;
	font-weight: normal;
}
a:link, a:active, a:visited {
	color: #660033;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	color: #336666;
	text-decoration: underline;
	font-weight: bold;
}
a.botnav:link, a.botnav:active, a.botnav:visited    {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #00CCFF
}
a.botnav:hover   {
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFF99;
 }
.headlineboxsmall {
	background-color: #517A00;
	padding: 5px;
	border: 2px solid #660000;
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	width: 300px;
}
.highlightboxlite {
	background-color: #EFEFEF;
	padding: 10px;
	border: 2px solid #660000;
	margin-right: 30px;
	margin-left: 30px;
}
.highlightboxbigger {
	background-color: #EFEFEF;
	padding: 4px;
	border: 2px solid #660000;
	margin-right: 10px;
	margin-left: 10px;
}
.highlightboxliteCopy {
	background-color: #EFEFEF;
	padding: 8px;
	border: 2px solid #660000;
	margin-right: 115px;
	margin-left: 115px;
}
.thrColFixHdr #sidebar1H {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #517A00;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 880px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContentH {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #C6A106;
	margin-left: 175px;
	height: 880px;
}
.paragraphheaderblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.thrColFixHdr #mainContent1S {
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #C6A106;
	margin-left: 175px;
	height: 700px;
}
