@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: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F2FFE5;
}
.thrColFixHdr #container {
	width: 1150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: 1875px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
} 
.thrColFixHdr #header {
	background: #14020F;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0 0 0 10; /* 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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: F2FFE5;
}
.thrColFixHdr #sidebar1 {
	float: left; /* 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: #D0E5D0; /* padding keeps the content of the div away from the edges */
	height: 1711px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.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: #D0E5D0; /* padding keeps the content of the div away from the edges */
	height: 1711px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #container h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
	text-indent: 10px;
	background-color: F2FFE5;
}
.thrColFixHdr #mainContent {
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	bottom: 800px;
} 
.thrColFixHdr #container #divMainContent a {
	color: #006699;
	text-decoration: underline;
}
.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 */
}
.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;
	margin-right: 8px;
	padding: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 4px;
}
.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 div#footer {
	background-color: #660033;
	height: 18px;
	width: 840px;
	bottom: 600px;
	float: left;
	padding-top: 2px;
	padding-left: 250px;
}
.thrColFixHdr #container #header table {
	margin-left: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #533E00;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 1px;
	background-color: #D0E5D0;
	width: 750px;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #663300;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E3B2D;
}
.thrColFixHdr #container #TopMenu {
	height: 18px;
	background-color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-indent: 10px;
	color: #D0C67D;
	text-align: left;
	line-height: normal;
}
a:link {
	color: #3F4334;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	background-color: #B6CC85;
}
.thrColFixHdr #container #divMainContent#imageRight {
	margin: 7px;
	float: right;
	border: thin solid #2F7E11;
}
.imageBorder {
	border: thin solid #0E3F06;
}
.paragraphMargin {
	margin-left: 0px;
	padding-left: 15px;
	width: 400px;
}
.thrColFixHdr #container #divMainContent p1 {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 30px;
	color: #993300;
}
.thrColFixHdr #container #divMainContent #RightContent {
	background-color: #FFFFFF;
	float: right;
	height: 1329px;
	width: 345px;
	border: thin solid #660000;
	padding-right: 5px;
	margin-right: 4px;
	padding-left: 5px;
}
.thrColFixHdr #container #divMainContent #LeftContent {
	background-color: #FFFFFF;
	float: left;
	height: 1329px;
	width: 337px;
	border: thin solid #333366;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 4px;
}
.thrColFixHdr #container #divMainContent #TopContent {
	height: 125px;
	width: 704px;
	border: thin solid #660033;
	float: left;
	background-color: #FFEFC8;
	padding-left: 10px;
	padding-top: 2px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #divMainContent #TopContentRight {
	height: 50px;
	width: 345px;
	margin-bottom: 5px;
	float: right;
	border: thin solid #009966;
}
.thrColFixHdr #container #divMainContent #TopContent .blueLinks {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
.thrColFixHdr #container #TopMenu a {
	color: #FEFFBE;
}
.thrColFixHdr #container #header #TopVavBar {
	width: 1081px;
	background-color: #660033;
	color: #EFE790;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: none;
	padding-left: 20px;
}
.thrColFixHdr #container #header #TopVavBar .style4 {
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.thrColFixHdr #container #divMainContent #TopBox {
	height: 900px;
	width: 720px;
	margin-left: 10px;
	border: thin solid #660033;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}
.thrColFixHdr #container #divMainContent #RightBox {
	float: right;
	height: 1220px;
	width: 329px;
	margin-right: 10px;
	margin-top: 10px;
	border: thin solid #660033;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.thrColFixHdr #container #divMainContent #SmallBoxOne {
	float: left;
	height: 326px;
	width: 325px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	border: thin solid #660033;
	padding-right: 5px;
	padding-left: 5px;
}
.thrColFixHdr #container #divMainContent #SmallBoxTwo {
	float: left;
	height: 150px;
	width: 240px;
	margin-left: 10px;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #divMainContent #SmallBoxThree {
	float: left;
	height: 300px;
	width: 600px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	border: thin none #660033;
	padding-right: 5px;
	padding-left: 5px;
	top: 5px;
}
.thrColFixHdr #container #divMainContent #TopBox #TopBoxPhotoBox {
	float: right;
	height: 310px;
	width: 240px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: center;
}
.thrColFixHdr #container #divMainContent #TopBox #TopBoxLeftContent {
	float: left;
	height: 600px;
	width: 690px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container #divMainContent #RightBox#Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Text.columnFormat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container #divMainContent #RightBox .Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container #header #TopVavBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF799;
}
#TopBoxPhotoBox {
	height: 210px;
	width: 310px;
	margin-right: 10px;
	padding: 10px;
}
#SmallBoxTwo {
	padding: 10px;
	height: 200px;
	width: 200px;
	margin-bottom: 100px;
	margin-left: 10px;
}
