@charset "utf-8";
body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
	font-size:14px;
}
.thrColFixHdr #container
{
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header
{
	background: #1B5790;
	padding: 0 10px 0 20px;
	height: 90px;
	border:2px double #DDDDDD;
}
.thrColFixHdr #header h1
{
	margin:10px 0 0 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 0 0;
	font-size:36px;
	color:#FFFFFF;
}
.thrColFixHdr #header h2
{
	margin-left:1cm;
	margin-top:5px;
	font-size:14px;
	color:#FFF;
}
.thrColFixHdr #sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width:170px;
	margin:7px 0 0 0;
	padding:0;
}
.thrColFixHdr #sidebar2
{
	float: right; /* since this element is floated, a width must be given */
	width:170px;
	margin:7px 0 0 0;
	padding:0;
}
.thrColFixHdr #mainContent
{
	margin: 7px 178px 0 178px;
}
.thrColFixHdr #mainContent table .trA
{
background:#1B5790;
color:#F9F7ED;
}
.searchbox
{
margin:0;
padding:7px 0 0 0;
}
.sinput
{
text-align:center;
border:1px solid #000;
margin:0;
padding:1px;
}
.sdb p
{
margin:0;
padding:0;
}
.sinput:hover
{
border:1px solid #039748;
}
.searchbutton
{
border:1px solid #1B5790;
background:#BBC7ED;
margin-top:3px;
margin-bottom:5px;
padding:1px 3px 1px 3px;
}
.searchbutton:hover
{
border:1px solid #FFFFFF;

}
.gobutton
{
border:1px solid #1B5790;
background:#BBC7ED;
margin-top:3px;
margin-left:5px;
width:30px;
}
.pagenum
{
margin:0 0 7px 0;
padding:4px;
font-size:12px;
border:1px solid #1B5790;
text-align:center;
width:100px;
}
.linkysel
{
color:#FFF;
border:1px solid #FFF;
background:#1B5790;
padding:3px;
font-weight:bold;
font-size:12px;
}
.linky
{
font-size:12px;
font-weight:300;
text-decoration:none;
color:#1B5790;
border:1px solid #1B5790;
padding:3px;
}
.linky:hover
{
border:1px solid #FFF;
}
.gobutton:hover
{
border:1px solid #FFF;
}
.thrColFixHdr #mainContent table .trB
{
background:#8098DF;
color:#F9F7ED;

}
.thrColFixHdr #mainContent table td
{
padding:7px;
}
.thrColFixHdr #mainContent #cont
{
	padding: 5px 10px 5px 10px;
	background: #BBC7ED;
	border:2px double #DDDDDD;
	margin-bottom:7px;
}
.thrColFixHdr #mainContent #random
{
	padding: 5px 10px 5px 10px;
	background: #82C8A3;
	border:2px double #DDDDDD;
	margin-bottom:7px;
}
.thrColFixHdr #mainContent #random h1
{
	margin:-5px -10px 5px -10px;
	padding:3px;
	font-size:16px;
	background:#039748;
	color:#FFFFFF;
}
.thrColFixHdr #mainContent h1
{
	margin:-5px -10px 0 -10px;
	padding:3px;
	font-size:16px;
	background:#8098DF;
	color:#FFFFFF;
}
.thrColFixHdr #sdb
{
	background:#BBC7ED;
	margin:0 0 7px 0;
	padding:3px;
	border:2px double #DDDDDD;
}

.thrColFixHdr #sdb h3
{
	font-size:13px;
	margin-top:-3px;
	margin-bottom:3px;
	background:#8098DF;
	margin-left:-3px;
	margin-right:-3px;
	padding:3px 3px 3px 3px;
	text-transform:uppercase;
	color:#FFFFFF;
}
.thrColFixHdr #footer
{
	padding: 7px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1B5790;
	border:2px double #DDDDDD;
	color:#FFFFFF;
	margin:0;
}
.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;
}
.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;
}
.catlink:link, .catlink:active, .catlink:hover, .catlink:visited
{
color:#1B57AF;
font-weight:600;
font-family:arial,sans-serif;
font-size:14px;
line-height:130%;
}
.add:hover
{
border:1px solid #1B57AF;
margin:-1px;
}
.ads
{
height:265px;
}
#footer a:link, a:visited, a:active, a:hover
{
color:#FFF;
}