@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000066;
	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: #000066;
}

.thrColFixHdr #container {
	width: 1024px;  /* 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 */
	border: 1px solid #EE4035;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #000066;  /* 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 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	min-height: 1000px;
}

/* set the image to use and establish the lower-right position */ 
#sidebar1 .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(../images/box.png) no-repeat bottom right;
	margin: 0px 0px 0px 0px;
} 

#sidebar1 .cssbox {
	width: 190px !important; /* intended total box width - padding-right(next) */
	width: 215px;
} 

/* set the top-right image */ 
#sidebar1 .cssbox_head {
	background-position: top right;
	margin-right: -2px;
} 

/* set the top-left image */ 
#sidebar1 .cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 5px 5px 5px 5px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #FFFFFF;
	font-size: 14px;
} 
#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	border-bottom: medium ridge #EE4035;
	padding: 0px 0px 0px 5px;
}
#sidebar1 p {
	font-size: 12px;
	margin: 0px 0px 5px;
	padding: 0px;
}



/* set the lower-left corner image */ 
#sidebar1 .cssbox_body {
	background-position: bottom left;
	margin-right: -2px; /* pull the right image over on top of border */
	padding: 0px 5px 0px 5px; /* mirror .cssbox_head right/left */
} 





.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	min-height: 1000px;
}
#sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	border-bottom: medium ridge #EE4035;
	margin-top: 0px;
}
#sidebar2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	border-bottom: thin solid #FF3333;
	margin-top: 0px;
}
#sidebar2 h3 {
	font-size: 12px;
	font-weight: bold;
}

#sidebar2 a:link {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
#sidebar2 a:hover {
	font-style: italic;
	font-weight: bold;
	color: #EE4035;
	text-decoration: none;
	font-size: 12px;
}
#sidebar2 a:visited {
	font-style: italic;
	color: #1f00ca;
	text-decoration: none;
	font-size: 12px;
}
#sidebar2 p {
	font-size: 11px;
	margin-top: 0px;
}



.thrColFixHdr #mainContent {
	margin: 0px 230px 0px 235px; /* 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: 0px 10px;
	min-height: 1000px;
} 
#wrapper {
	background-image: url(../images/wrapper.gif);
}

#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	border-bottom: thin dotted #FF3333;
	border-top-color: #FF3333;
	border-right-color: #FF3333;
	border-left-color: #FF3333;
}
#mainContent a:link {
	font-style: italic;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a:visited {
	font-weight: normal;
	color: #1f00ca;
	text-decoration: none;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
	font-weight: bold;
	border-bottom: 3px solid #EE4035;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sponsor {
	padding: 5px;
	float: left;
	width: 225px;
}
.bold {
	font-weight: bolder;
}
.classifieds {
	padding-left: 10px;
}
#mainContent p {
	margin-top: 0px;
	line-height: normal;
}
.warning {
	color: #FF0000;
}
.smallitalictext {
	font-size: 9px;
	font-style: italic;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000066;
	border-top: 2px solid #EE4035;
} 
.thrColFixHdr #footer p {
	margin: 0px; /* 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: 10px;
	color: #FFFFFF;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	font-style: italic;
	color: #EE4035;
	text-decoration: underline;
}
#footer a:visited {
	font-style: normal;
	color: #ebc99d;
	text-decoration: none;
}


.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;
}
