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

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;
	background-image: url(images/code.gif);
}
.thrColFixHdr #container {
	width: 980px;
	margin: 0 auto; /* 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. */
	background-color: #333333;
} 
.thrColFixHdr #nav {
	color: #FFFFFF;
	height: 22px;
	width: 980px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

} 
.thrColFixHdr #nav ul {
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;

} 
.thrColFixHdr #nav li {
	padding: 0px;
	display: inline;
	margin: 0px;

} 
.thrColFixHdr #nav li a {
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;

} 
.thrColFixHdr #nav li a:hover {
	color: #FF0000;
	margin-top: 5px;

} 

.thrColFixHdr #header {
	background-image: url(images/header.gif);
	height: 275px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-x;
	margin: 0px;
} 
.thrColFixHdr #header h1 {
	background-image: url(images/Header_Dark.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 275px;
	background-position: 10px 0px;
	font-size: 0px;
	word-spacing: -1000em;
	color: #C20000;
	margin: 0;
}
.thrColFixHdr #header2 {
	height: 225px;
	margin: 0px;
	padding: 0;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #333333;
	margin: 0px;
}
.thrColFixHdr #sidebar1 h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/header.gif);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}
.thrColFixHdr #sidebar1 ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 li {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.thrColFixHdr #sidebar1 li a {
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 li a:hover {
	text-decoration: underline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
.thrColFixHdr #sidebar2 h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 10pt;
	background-image: url(images/header.gif);
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 h2 {
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 h3 {
	padding-left: 5px;
	color: #FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFCC;
	font-size: 15px;
}
.thrColFixHdr #sidebar2 p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 a {
	color: #CCCCCC;
	text-decoration: none;

}
.thrColFixHdr #sidebar2 a:hover {
	text-decoration: underline;

}
.thrColFixHdr #mainContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(images/baseballBG.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
} 
.thrColFixHdr #container #mainContent .box {
	width: 160px;
	float: left;
	padding: 4px;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-left: 8px;
	border: 1px dashed #CCCCCC;
}

.thrColFixHdr #container #mainContent blockquote {
	color: #FF0000;
	background-color: #FFFFF9;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}

.thrColFixHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;

} 
.thrColFixHdr #mainContent h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 18px;
	color: #CC0000;

} 
.thrColFixHdr #mainContent h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333333;

} 
.thrColFixHdr #mainContent ul {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-image: url(images/indicator_date.gif);

} 
.thrColFixHdr #mainContent li {
	line-height: 25px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;

} 
.thrColFixHdr #mainContent a {
	color: #380000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;


}
.thrColFixHdr #mainContent a:hover {
	color: #FFCC00;
	text-decoration: none;


}
.thrColFixHdr #footer {
	background-color: #2E0000;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}

#register h4 {
font-size: 16px;
color: white;
background-color: #990000;
padding: 3px;
}

#register p {
margin-top: 3px;
}

#register h2 {
font-size: 12px;
}

#register hr {
border: 1px dotted #666;
margin-top: -12px;
}

#register .big {
margin-top: -10px;
font-size: 13px;
}




.label {
position: relative;
left: 0;
}

.input {
position: relative;
margin-top: -25px;
left: 110px;
}

a, a:visited, a:active {
border: none;
border: 0px;
}









