@charset "utf-8";
body  {
	background: #ffffff;
	font: 90% Georgia, "Times New Roman", Times, 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: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #SearchContainer { 
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 5px 0px 5px;
} 
h1 {
	font-size: 130%;
	font-weight:600;
}
h2 {
	font-size: 100%;
	font-weight:600;
}
h3 {
	font-size: 100%;
	font-weight:600;
	color: #FF0000;
	text-align: center;
}
h4 {
	font-size: 90%;
	font-weight:600;
}
h5 {
	font-size: 90%;
	font-weight:600;
}
blockquote {
	padding-left: 10px;
}
.SiteName {
	font-size: 180%;
	font-weight:600;
}
.subSiteName {
	font-size: 120%;
	color:#CCCCCC;
	font-weight:600;
}
.thrColFixHdr #header { 
	background: #0099FF;	
	padding: 0 10px 0 20px; /* 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. */
} 
.thrColFixHdr #sidebar1 {
	border: #0099FF medium solid;	
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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 */
	margin: 20px 0px 0px 5px;
	padding: 10px 5px 10px 5px; 
}
.thrColFixHdr #sidebar1adsense {
	margin: 5px;
}
.sidebar1_affiliates {
	text-align: center;
	padding-top: 10px;
}
.sidebar1_images {
	align: center;
}	
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* 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 */
	padding: 5px 5px 8px 5px;
	margin: 10px 10px 0px 0px;
}
.thrColFixHdr #nav {
	width: 185px;	
	margin: 10px 0px 0px 0px;
}
.thrColFixHdr #SearchTheSearch { 
	margin: 20px 0px 20px 0px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #PreMainContent { 
	margin: 20px 5px 0px 220px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #mainContent { 
	margin: 20px 20px 0px 220px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #subContent { 
	margin: 5px 170px 0px 220px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #imageContent { 
	margin: 5px 5px 5px 200px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #footer {
	margin:auto;
} 
.thrColFixHdr #googleBottom {
	margin:auto;
	padding: 0px 10px 0px 10px;
} 
.thrColFixHdr #googleSearch {
	background-color:#FFFFFF;	
	padding: 0px 10px;
	margin: 200px 0px 10px 200px;
}
.thrColFixHdr #linkUnit1 {
	background-color:#FFFFFF;	
	padding: 0px 10px;
	margin: 5px 200px 10px 90px;
}
.thrColFixHdr #socialBookmarks {
	padding: 0px 10px;
	margin: 5px 200px 10px 200px;
}
.nav1 {
	background-color: #FFFF66;
	text-align:left;
}
.nav2 {
	background-color:#0099FF;
	text-align:left;
}
.breadcrumb {
	background-color:#0099FF;
	color:#FFFFFF;
	text-align:left;
	margin: 10px 10px 0px 220px;
	padding: 3px;
}
.caption {
	font-weight: 600;
	font-style: italic;
	margin-top: 2px;
}
#form {
	margin: 5px 10px 0px 220px;
	border: solid;
	border-width:thick;
	border-color: #FF0000;
	padding: 10px;
	border-collapse: collapse;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.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;
}
A:link {
    COLOR: #FF3333;
    TEXT-DECORATION: underline
}
A:visited {
    COLOR: #FF3333;
    TEXT-DECORATION: underline
}
A:hover {
    COLOR: #FF3333;
    TEXT-DECORATION: underline
}
A:active {
    COLOR: #FF3333;
    TEXT-DECORATION: underline
}
A.white:link { 
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline;
}
A.white:visited {
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline;
}
A.white:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
}
A.white:active {
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
}
A.black:link { 
    COLOR: #000000;
    TEXT-DECORATION: underline;
	font-weight: 600;
}
A.black:visited {
    COLOR: #000000;
    TEXT-DECORATION: underline;
	font-weight: 600;
}
A.black:hover {
    COLOR: #000000;
    TEXT-DECORATION: underline;
	font-weight: 600;
}
A.black:active {
    COLOR: #000000;
    TEXT-DECORATION: underline;
	font-weight: 600;
}
A.blue:link { 
    COLOR: #0000ff;
    TEXT-DECORATION: underline;
	font-weight:600;
}
A.blue:visited {
    COLOR: #0000ff;
    TEXT-DECORATION: underline;
	font-weight:600;
}
A.blue:hover {
    COLOR: #0000ff;
    TEXT-DECORATION: underline;
	font-weight:600;
}
A.blue:active {
    COLOR: #0000ff;
    TEXT-DECORATION: underline;
}


	

