@charset "UTF-8";
body  {
	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: #20284D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
#sidebar1 h3 {
	color: #274296;
}
.mainimage {
	border: thin solid #DFE5F5;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.hth #container #sidebar1 p {
	color: #666666;
	font-size: 110%;
}
html {
	background-color: #CCC;

}
.hth #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 25px;
} 
.hth #header {
	height: 139px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40;
	background-image: url(images/THT.HEADER.jpg);
} 
.hth #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 */
}
.hth #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #D1C7AE;
}
.hth #container #sidebar1 p em {
	color: #960;
}

.hth #mainContent {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 230px;
} 
.hth #container #mainContent2 {
	margin-left: 10px;
	width: 400px;
	float: left;
}

.hth #footer1 {
	padding: 0 10px 0 20px;	
} 
.hth #footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: ridge;
	border-bottom-style: solid;
	border-top-color: #313F76;
	border-bottom-color: #bbb;
	font-size: x-small;
	background-color: #DFDED7;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.hth #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 */
}
.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;
}

 /* Nav */
#navcontainer
{
	float: left;
	width: 100%;
	background-color: #003366;
	padding-left: 15;
}

#navlist
{
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #313F76;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	margin: 5px 50px 4px 0px;
	text-decoration: none;
	color: #F8F2DF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #DFE5F5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #960;
}

#navlist a:hover {
	color: #5971DB;
}
.browntable {
	color: #FFF;
	background-color: #8A6C50;
	padding: 2px;
	text-align: center;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #690;
}
.greentable {
	color: #FFF;
	background-color: #004000;
	padding: 2px;
	border: thin dotted #690;
	text-align: center;
}
.hth #container #mainContent h1 {
	color: #8A6C50;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.hth #container #mainContent2 h1 {
	color: #8A6C50;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 860px;
	margin-top: 30px;
}
#fltrtcontact {
	width: 210px;
	padding-right: 10px;
	float: right;
}

