@charset "utf-8";
/* CSS Document */



html, body, #container { height: 100%; }
body > 	#container { height: auto; min-height: 100%; }

h1 { text-align: left; font-size: 24px; color: #003300; padding: 5px 0px 30px 30px; }
h6 { text-align: left; font-size: 14px; color: #666666; font-style: italic; padding: 0px 0px 0px 0px; }
hr { width: 50%; color: #996600; }

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;
	height: 100%; }
	
	
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	 /* this overrides the text-align: center on the body element. */
	 height: 100%;
	 height: auto; min-height: 100%;
	 } 



/* Navigation */
/* Navigation */
/* Navigation */

.thrColFixHdr #container A:link {
	color: #003300; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 14px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 2px; }
	
	
.thrColFixHdr #container A:visited {
	color: #003300; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 14px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 2px; }
	
.thrColFixHdr #container A:active {
	color: #003300; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 14px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 2px; }
	
	
.thrColFixHdr #container A:hover {
	color: #FFCC00;
	font-weight: bold; 
	text-decoration: none;
	font-size: 14px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 2px; }




.thrColFixHdr #header { background: #FFFFFF; } 

.thrColFixHdr #header img { text-align: center; padding: 10px 0px 0px 00px; } 




.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: 150px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}




.thrColFixHdr #mainContent { 
	margin: 0 50px; /* 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 0px #999900;
	width: 95%;
	margin: 0 auto;
} 

.thrColFixHdr #mainContent h5 { color: #0000FF; text-align: left; font-size: 20px;}
.thrColFixHdr #mainContent p { text-align: justify; padding: 0px 14px 12px 14px; }


.paragraph-style p { line-height: 30px; }

.thrColFixHdr #mainContent A:link {
	color: #003300; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	word-spacing: 2px; }
	
	
.thrColFixHdr #mainContent A:visited {
	color: #333366; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	word-spacing: 2px; }
	
.thrColFixHdr #mainContent A:active {
	color: #003300; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	word-spacing: 2px; }
	
	
.thrColFixHdr #mainContent A:hover {
	color: #333366;
	background-color: #F2F2F2; 
	font-weight: bold; 
	text-decoration: none;
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	word-spacing: 2px; }
	
	
.rules-table { background-color: #FFFFFF; border-collapse: collapse; border-top: 1px solid #333; border-bottom: 1px solid #333; border-left: 1px solid #333; }
.rules-table h3 { text-align: center; font-size: 20px; text-transform: uppercase; padding: 20px 0px; background-color: #336633; color: #FFCC00; }
.rules-table table { background-color: #fff; }
.rules-table table td { text-align: center; text-transform: capitalize; font-size: 18px; color: #000000; font-weight: bold; 
padding: 5px 0px 5px 3px; }

.rules-table ul { padding-left: 10px; background-color: #fff; }
.rules-table ul li { color: #666666; font-size: 13px; padding: 5px 0px; }
.rules-table ul li ul li { font-size: 12px; color: #990000; padding: 0px 0px 0px 10px; }



h2 { color: #333333; font-size: 30px; text-align: left; border: solid #009900 0px; position: relative; top: -7px; }
h3 { color: #990000; font-size: 18px; text-align: left; border: solid #009900 0px; }
.thrColFixHdr #mainContent #subheader 2 { color: #333333; font-size: 25px; }



#links3 ul { 
		list-style-type: none;
        width: 600px;
		margin-left: 25px; } 

#links3 li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
		text-align: left;
		background:url(../images/list2-bg.gif) no-repeat 0 3px; }

#links3 li a { 
        color: #ffffff;
        display: block;
        font: normal 130% Arial, Helvetica, sans-serif;
        padding: 5px;
		line-height: 1.7em;
        text-decoration: none; }

 * html #links3 li a {  /* make hover effect work in IE */ width: 600px; }

#links3 li a:hover { background: #FBE4CB; color: #003399; font-style: italic; }

#links3 a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; }

#links3 a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%; }




.thrColFixHdr #footer { 
clear: both;
position: relative;
z-index: 10;
height: 10em;
margin-top: -10em; } 

.thrColFixHdr #footer .inner {

	background-color: #ffffff; 
	padding: 7px; 
	width: 960px; 
	margin: 0 auto; } 

.thrColFixHdr #footer p { 
	padding: 10px 0px 0px 10px; 
	margin-bottom: 1em;
	text-align: left;
	color: #333333;
	font-size: 10px; }













.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;
	padding: 0px 15px 15px 150px ;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 0px 15px 15px 15px ;
}
.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;
}


i{content:"\"/*"}
