@charset "utf-8";
body  {
	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: #ffffff;
	background-color: #2d2d2d;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.main #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	clear: both;
} 



.main #header {
	height: 260px;
	clear: both;
} 
.main #banner_container{
	height: 200px;
	width: 960px;
	clear: both;
}
.main #logo{
	float: left; /* 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 */
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-image: url(/images/easts_logo.gif);
	height: 180px;
	width: 185px;
}
.main #banner{
	height: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	background-image: url(/images/banner.png);
	width: 550px;
	margin-left: 3px;
}
.main #sponsors{
	height: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	margin-left: 20px;
}



.main #navigation_container{
	height: 40px;
	background-image: url(/images/menu_bground.gif);
	background-repeat: repeat-x;
	float: left;
	width: 960px;
}
.main #navigation_menu{
	margin: 2px;
	height: 40px;
}
.main #mainContent {
	width: 960px;
	clear: both;
} 
.main #panel_main {
	border: 4px outset #333;
	width: 690px;
	background-image: url(/images/panel_bground_720.gif);
	background-repeat: repeat-y;
	float: left;
	padding: 10px;
	z-index: -10;
}
.main #sidebar{
	border: 4px outset #333;
	width: 200px;
	background-image: url(/images/panel_bground_220.gif);
	background-repeat: repeat-y;
	float: right;
	padding: 10px;
	clear: none;
}

.main #panel_single {
	border: 4px outset #333;
	width: 932px;
	background-image: url(/images/panel_bground_960.gif);
	background-repeat: repeat-y;
	float: left;
	padding: 10px;
}


.main #panel_left {
	border: 4px outset #333;
	width: 500px;
	background-image: url(/images/panel_bground_520.gif);
	background-repeat: repeat-y;
	float: left;
	padding: 10px;
}
.main #panel_right {
	border: 4px outset #333;
	width: 400px;
	background-image: url(/images/panel_bground_420.gif);
	background-repeat: repeat-y;
	float: right;
	padding: 10px;
	clear: none;
}


.main #footer {
	background-image: url(/images/footer_bground.gif);
	background-repeat: repeat-x;
	height: 100px;
	clear: both;
} 

.main #footer_container  {
	font-size: 9px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.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;
}
.main #home_panel_main {
	border: 4px outset #333;
	width: 630px;
	background-image: url(/images/panel_bground_700.gif);
	background-repeat: repeat-y;
	float: left;
	padding: 10px;
	z-index: -10;
}
.main #home_sidebar{
	border: 4px outset #333;
	width: 260px;
	background-image: url(/images/panel_bground_340.gif);
	background-repeat: repeat-y;
	float: right;
	padding: 10px;
	clear: none;
}
.main #form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #555555;
	padding: 4px;
}
.table_rows {
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding: 2px;
	vertical-align: top;
	border: 1px solid #FFF;
}
.table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	margin: 0px;
	padding: 2px;
	vertical-align: top;
	background-color: #000;
	font-weight: bold;
	border: 1px solid #FFF;
}
.subscription {
	padding: 4px;
}

