@charset "utf-8";


body  {
	background: #FFFFFF;
	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 left-aligned in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #ffffff;
	border: 1px solid #666666;
	text-align: left;
} 

.thrColFixHdr #header {
	background: #FFFFFF;
	padding: 0px 0px 0 0px 0px;  /* 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: 0px 0px 0px 0px;
} 

.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 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #FillerTop {
	width: 1000px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #1C5926;
	color: #000000;
	height: 20px;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 0px 32px;
	color: #333333;
	border-right: #FFFFFF double 1px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}


.thrColFixHdr #sidebar1 a{
	color:#007845;
	text-decoration: none;
	font-weight: bold;
}


.thrColFixHdr #sidebar1 a:hover{
	color:#EFC00B;
	text-decoration: underline;
	font-weight: bold;
}

.thrColFixHdr #sidebar1 H3{
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	padding: 15px; /* padding keeps the content of the div away from the edges */
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
}



.thrColFixHdr #sidebar2 p{
	margin-top: 0px;
}


.thrColFixHdr #mainContent {
	margin: 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0px 20px;
	background-color: #FFFFFF;
}



.thrColFixHdr #mainContent H3 {
	color:#003578;
	font-size: 16px;
}

.thrColFixHdr #mainContent H4 {
	color:#003578;
	font-size: 14px;
	font-weight: bold;
}

.thrColFixHdr #mainContent a {
	color:#0033CC;
	font-weight: bold;
	text-decoration: none;
}

.thrColFixHdr #mainContent a:hover {
	color:#0033CC;
	font-weight: bold;
	text-decoration: underline;
}


.thrColFixHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background:#262d0a;
	border-top: #DDDDDD solid 2px;
	border-top-color: #85501F;
	border-bottom: #DDDDDD solid 2px;
	border-bottom-color: #72651F;
	height: 50px;
} 



.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
}

.thrColFixHdr #footer a {
	color: #CCCCCC;
	text-decoration:none;
	font-weight: bold;
}

.thrColFixHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

.credits {
	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 */
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;
}


.highlights {
	font-size: 14px;
	color: #0066CC;
	font-style: normal;
}

.smallHighlights {
	font-size: 12px;
	color: #0066CC;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}

.smallHighlights2 {
	font-size: 12px;
	color: #0066CC;
	font-style: normal;
}

.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;
}
.TopicTitle {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #003578;
	font-size: 18px;
}

.TopicSubtitle {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #003578;
	font-size: 14px
}

.thrColFixHdr #gngContent {
	margin: 12px 20px 30px 50px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	border-color: #666666;
	border-style: double;
	border-width: 0;
	width: 520px;
	float: left;
}


.thrColFixHdr #gngContent H3 {
	color:#000000;
	font-size: 18px;
}

.thrColFixHdr #gngContent H4 {
	color:#000000;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
.thrColFixHdr #gngContent a {
	text-decoration: underline;
	color: #003578;

}



.GreenText {
	color: #486932;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 125%;
}

.BrownText {
	color: #436400;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

BlackText {
	color: #000000;
}
