@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-color: #729997;
}
.thrColFixHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: right;
	color: #BFD6FF;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
} 
.thrColFixHdr #container #Top_spacer {
	font-size: 80%;
	color: #BFD6FF;
	background-color: #F60001;
	margin: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	font-style: italic;
}
.thrColFixHdr #container #mainContent p {
	text-align: left;
	color: #000;
}


.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 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. */
	background-color: #FFF;
	width: 800px;
} 
.thrColFixHdr #header h1 {
	margin: 0px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	text-align: left;
	width: 800px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #F60001;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* padding keeps the content of the div away from the edges */
	color: #000;
	font-size: 80%;
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #E9EFEF;
}
.thrColFixHdr #mainContent {
	width: 210px;
	color: #000;
	font-size: 80%;
	background-color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.Site_name {
	font-size: 100%;
	font-style: italic;
	color: #F00;
}
.thrColFixHdr #container #mainContent  h3 a {
	font-size: 100%;
	color: #000;
}

.thrColFixHdr #container #mainContent p .Site_name a {
	color: #F00;
}
.thrColFixHdr #container #mainContent p .Site_name {
	color: #F00;
}

.thrColFixHdr #container #mainContent h3 {
	color: #729997;
}
p {
}

.thrColFixHdr #container #footer p a {
	color: #FFF;
}

h3 {
	color: #D20000;
	text-align: left;
}

.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
	clear: both;
	background-color: #F60001;
} 
.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 */
	color: #FFF;
	text-align: center;
	font-size: 70%;
}
.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 #container #sidebar2 h3 {
	color: #F60001;
}
.thrColFixHdr #container #footer p {
	font-size: 60%;
}
p {
	font-size: 100%;
	text-align: left;
}
.thrColFixHdr #container #sidebar2 p {
	color: #000;
}
.thrColFixHdr #container #sidebar1 links {
	color: #FFF;
}

p {
	font-size: 100%;
	color: #FFF;
}
.thrColFixHdr #container #mainContent p dots {

}

.thrColFixHdr #container #Top_nav {
	color: #FFF;
	text-align: center;
	background-color: #F60001;
	font-style: normal;
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
	height: 17px;
}
#Bottom_nav {
	font-size: 75%;
	font-style: italic;
	color: #FFF;
	background-color: #729997;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	float: left;
	width: 800px;
	clear: both;
}
.dots {
	color: #FFF;
}
.black_dots {
	color: #000;
}
.thrColFixHdr #container #sidebar2 blockquote p .Site_name {
	color: #D20000;
}
h2 {
	color: #F60001;
}
h2 a {
	color: #F60001;
}.h2link {
	color: #F60001;
}
