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

body  {
	background: #666666;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}


p, h1, h2, h3, h4, h5, h6, li {
	padding: 0px;
	margin: 0px;
}

#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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#containerIndex {
	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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1050px;
	}

#header {
	margin: 0px;
	padding: 0px;

} 
#header2 {
	width: 780px;
}
#headerTop  {
	float: left;
	width: 550px;
}
#headerTopRight {
	float: right;
	width: 230px;
	height: 183px;
	background: url(../images/bannerBkg.gif) repeat-x;
	padding: 10;
	color: #FFFFFF;
}


#header2 #leftHeader {
	float: left;
	width: 320px;
}
#header2 #rightHeader {
	float: right;
	width: 310px;
	margin-left: 60px;
	margin-right: 80px;
	margin-top: 10px;
}
#topEnterButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background: #652D92;
	text-align: center;
	display: inline-block;
	list-style: none;
}
#bottomEnterButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background: #652D92;
	text-align: center;
	display: inline-block;
	list-style: none;
}




#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	margin-top: -10px;
}
 #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	border-left: thick solid #b63b8;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-top-color: #b63b8;
	border-right-color: #b63b8;
	border-bottom-color: #b63b8;
	margin-top: -20px;
} 
#mainContent #sponsorLeft {
	float: left;
	width: 240px;
	height: 1150px;
}
#mainContent #sponsorRight {
	float: right;
	width: 240px;
	height: 1150px;
}


#mainContent ol li {
	margin-bottom: 5px;
}

 
#sidebar  li  {
	list-style: url(none) none;
	padding: 0px;
	margin: 20px 0px 0px 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6C153A;
}
#sidebar  ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	float: left;
	margin-left: 10px;
	padding: 0;
}
#sidebar li a:link, #sidebar li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	line-height: 25px;
	background: url(../images/nav_rollover.gif) no-repeat left top;
	border: none;
	margin-top: 7px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
}
#sidebar li a:hover, #sidebar li a:active {
	color: #990000;
	background-position: left bottom;
}

#sidebar ul li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(../images/nav_current.gif) no-repeat;
	color: #000;
	line-height: 25px;	
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#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;
}
#sidebar {
	float: left;
	width: 200px;
}

.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;
}.special {
	text-align: center;
}
.specialEnter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	background: #652D92;
	font-size: 24px;
}
.specialCenter {
	color: #000000;
	text-align: center;
}

.specialBkg {
	background: #3b63b8;
	color: #FFFFFF;
}
.specialBox {
	border-top: medium solid #3b63b8;
	border-right: medium solid #3b63b8;
	border-bottom: medium none #3b63b8;
	border-left: medium solid #3b63b8;
}
.specialRegisterTotal {
	text-align: center;
	border-top: medium solid #3b63b8;
	border-right: medium solid #3b63b8;
	border-bottom: medium solid #3b63b8;
	border-left: medium solid #3b63b8;
}
.specialItalics {
	font-style: italic;
}
.specialItalicsCenterBold {
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.specialItalicsBold {
	font-style: italic;
	font-weight: bolder;
}
.specialNormalUnder {
	text-decoration: underline;
	color: #000000;
	}

.specialUnder {
	text-decoration: underline;
	font-weight: bolder;
	color: #000000;
	font-size: 16px;
}
.specialBold {
	font-weight: bold;
}
.specialBoldCenter {
	font-weight: bold;
	text-align: center;
}
.specialBoldCenterUnderline {
	font-weight: bold;
	text-align: center;
	text-decoration: underline
}
.specialBigRed {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}


.specialIndent {
	padding-right: 50px;
	padding-left: 50px;
}
.specialIndentBold {
	text-indent: 20px;
	font-weight: bold;
}
.specialBoldBigText {
	font-weight: bold;
	font-size: 110%;
	}
.specialPinkItalic {
	font-style: italic;
	color: #FF0099;
}
#sidebar ul {
	list-style: none;
}
.img {
	padding: 0px;
	margin-top: 20px;
}

.specialGray {
	color: #999999;
	text-align: center;
}
#biosLinks {
	padding-left: 20px;
}
#mainContent #announcements {
	border: thick solid #990000;
	padding: 10px;
}
