@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: #000000;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	border-bottom-width: 25px;
	border-bottom-color: #C00;
	border-bottom-style: solid;
} 
.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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 2px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
	border-right-style: inset;
	border-left-style: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
} 
#ReturnTopHome a {
	font-size: 12px;
	background-color: #FFF;
}

.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;
} 
.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;
	font-size: 9px;
}
.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;
}
#mainContent h1 {
	font-size: 26px;
	font-weight: bolder;
	color: #C00;
	text-transform: uppercase;
}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#mainContent h2 {
	font-size: 15px;
	font-weight: bolder;
	color: #C00;
	text-transform: capitalize;
}
a:link {
	color: #00C;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:active {
	color: #006;
	text-decoration: none;
}
.FirstParag:first-letter 
{
	color: #C00;
	font-size:xx-large
}
.HideTextBlank { color: #FFF}
.Size70percent {
	font-size: 70%;
	color: #000;
}
.box {
	font-size: 9px;
	background: #F0F0F0;
	width: 150px;
	float: right;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 10px;
	padding: 10px;
}

.Italic-Underline-12px {
	font-size: 11px;
	color: #666;
	font-style: italic;
	background-color: #F0F0F0;
}

.TipWarning {
	font-size: 11px;
	color: #666;
}

#SeeAlsoEnd p {
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	text-decoration: underline;
}
#SeeAlsoEndLinks a {
	font-size: 11px;
}
#sidebar2 p {
	font-size: 12px;
}
#apDiv1 {
	position:absolute;
	width:132px;
	height:23px;
	z-index:1;
	left: 671px;
	top: 146px;
}
.thrColFixHdr #container #footer .Size70percent noscript a {
	font-size: 10px;
}
#MenuBar1 li .MenuBarItemSubmenu {
	font-size: 12px;
}
.thrColFixHdr #container #footer p noscript a {
	font-size: 8px;
}
.thrColFixHdr #footer a {
	font-size: 9px;
}
#mainContent #Band3Google {
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 30px;
}
