html {
  height: 100%;
}
body { 
	margin:0px 0; 
	height: 100%;
	padding:0; 
	font: 74% Arial, Sans-Serif; 
	color: black;  
                                                            background: #94D5ED;  /* MAIN BACKGROUND */  
	line-height: 1.4em; 
}

/*
.content { 
	background: white;
	color: #ccc; 
	margin: 0 auto; 
	padding: 0; 
	width: 787px;
}

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/
#header { 
  position: absolute;
	top: 25px;
	left: 108px;
	margin: 0px 0px 0px 0px;
	width: 787px; 
                                                            background: #1C1C66;  /* BANNER BACKGROUND */  
	height: 160px; 
	color: #260302; 
                                               border-bottom: 1px solid #FFFFFF;  /* THIN LINE BELOW MAIN BANNER */ 
}
.R a{
position: absolute;
top: 5px;
left: 25px;
line-height: 75px;
font-family: "Times New Roman", times;
font-weight: bold;
font-size: 90px;
color: #EBD272;
z-index: 1;
}
.R a:hover{
position: absolute;
top: 5px;
left: 25px;
line-height: 75px;
font-family: "Times New Roman", times;
font-weight: bold;
font-size: 90px;
color: #EBD272;
z-index: 1;
}
.M a{
position: absolute;
top: 20px;
left: 70px;
line-height: 75px;
font-family: "Times New Roman", times;
font-weight: bold;
font-size: 90px;
color: #F4E9B9;
z-index: 2;
}
.M a:hover{
position: absolute;
top: 20px;
left: 70px;
line-height: 75px;
font-family: "Times New Roman", times;
font-weight: bold;
font-size: 90px;
color: #F4E9B9;
z-index: 2;
}
.W a{
position: absolute;
top: 68px;
left: 50px;
line-height: 75px;
font-family: "Times New Roman", times;
font-weight: bold;
font-size: 90px;
color: #FAF4DA;
z-index: 4;
}
.W a:hover{
position: absolute;
top: 68px;
left: 50px;
line-height: 75px;
font-family: "Times New Roman", times;
font-weight: bold;
font-size: 90px;
color: #FAF4DA;
z-index: 4;
}
.F a{
position: absolute;
top: 40px;
left: 135px;
line-height: 75px;
font-family: "Times New Roman", times;
font-weight: bold;
font-size: 90px;
color: #D7B11E;
z-index: 3;
}
.F a:hover{
position: absolute;
top: 40px;
left: 135px;
line-height: 75px;
font-family: "Times New Roman", times;
font-weight: bold;
font-size: 90px;
color: #D7B11E;
z-index: 3;
}
.RMWF a{
position: absolute;
top: 42px;
left: 208px;
font-family: "Times New Roman", times;
font-weight: normal;
font-size: 40px;
line-height: 32px;
color: #FFFFFF;  /* Need to change the hover directly below as well */
z-index: 3;
}
.RMWF a:hover{
position: absolute;
top: 42px;
left: 208px;
font-family: "Times New Roman", times;
font-weight: normal;
font-size: 40px;
line-height: 32px;
color: #FFFFFF;
z-index: 3;
}

#rule {
position: relative;
left: 208px;
top: 108px;
background: none;
width: 525px;
height: 20px;
margin: 0px;
float: left;
}

.top_date {
position: absolute;
clear: both;
top: 118px;
left: 208px;
font-family: "Times New Roman", times;
font-weight: normal;
font-size: 18px;
line-height: 32px;
                                                                 color: #AADDF0;  /* DATE IN HEADER */
z-index: 3;
}

/*
#header .f_search { float: right; padding: 0px 0px 0 0; }
#header .title {	padding: 44px 0 0 25px; }
#header h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 28px; font-weight: bold;
		margin: 0;
		padding: 0; 
}

#header h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px; 
		background-image: none;
		color: #C87402;
		margin: 0;
		padding: 5px 0 0 2px;
}
#header h3 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px; 
		background-image: none;
		color: #C87402;
		margin: 0;
		padding: 0px 0 0 2px;
}
*/


/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#subhead { 
  position: absolute;
	top: 186px;
  left: 108px;
	width: 787px;
	height: 30px;
                                                      background-color: #D7B11E;  /* THICK BAR BELOW BANNER */
	color: #FCF8F8;
}
/*#subhead .padding {
  padding: 2px 15px 10px 15px; }*/ 

#subhead h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px; 
		background-image: none;
		color: #B87C01;
		margin: 0;
		padding: 4px 0 0 2px;
		text-align: center;
}

#subhead a {color: #FFF2D9; background: none; }
#subhead a:hover {color: #CCD2E1; background: none;}





/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.menu { 
	position: absolute;
	top: 216px;
	left: 108px;
	padding: 0px; 
	margin: 0px;
	width: 180px;
                                                            background: #1C1C66;  /* LEFT NAV BACKGROUND */
	height: 100%;
/*	min-height: 505px;*/
	text-align: left;  
}

.nav { 
  background-color: none;
  position: relative;
	top: 0px;
	left: 0px;
  text-align: left; 
  color: #7D8085; 
  padding-left: 10px; 
  width: 150px; 
  margin: 0px; 
}

.nav li { 
	font-weight: bold; 
	margin: 0px; 
	padding-top: 3px; 
                                               border-bottom: 1px solid #D7B11E;  /*LEFT NAV ITEM UNDERLINE */ 
	height: 25px; 
	background: url(li.png) no-repeat left;
}
.nav li a { 
                                                                 color: #FFFFFF;  /* LEFT NAV TEXT COLOR */
	text-decoration: none;  
	padding-left: 10px; 
	display: block; 
	height: 25px;
}
.nav li a:hover { 
                                                                 color: #FFFFFF;  /* LEFT NAV HOVER TEXT COLOR */
	text-decoration: none; 
                                                            background: #D7B11E;  /* LEFT NAV HOVER BACKGROUND */
	display: block; 
	height: 25px;
}


.hitems { 
  margin: 0; 	
	padding: 0; 
}
.hitems ul { 
  position: relative;
	text-align: left;
	top: 0px;
	margin-left: 32px; 
	padding : 0px; 
	color: #3588A4;
	list-style-image: url(arrow.gif);
}
.hitems li { 
	margin: 0px;
	padding: 0px;
	color: #555;
	 
}

.maintext { 
  position: absolute;
  top: 216px;
	left: 108px;
	width: 582px;
	background: white; 
	padding-left: 180px; 
	padding-right: 25px;
	padding-top: 25px;
	margin: 0px; 
	border-bottom: 36px solid #252C3F;
}

.maintext h3 { 
  font: 85% Arial, Sans-Serif; 
	margin-top: -10px; 
	margin-left: 30px;
	padding: 0px; 
	color: #5f5f5f; 
	background: inherit; 
                                               border-bottom: 1px solid #1C1C66;  /* RULE BELOW TEXT HEAD */
	text-align: left;
}

#main .box  {	
background: #efefef; 
padding: 5px; 
border: 1px solid #ccc;}

.maintext ul { 
	margin: 5px 0 5px 0; 
	padding : 0; 
	list-style : none; 
	border-bottom: 0px solid #eee; 
	list-style-type: square;
	color: #a90000;
}
	
.maintext li { 
	margin: 0 0 2px 15px;
	padding: 0 0 0 0px;
	color: #555;
}
.maintext p {
margin-left: 30px;
}


/* FOOTER
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer { 
  position: relative;
	top: 0px;
	left: -180px;
	height: 34px;
	width: 787px;
	color: #6374A0;  
	background: #252C3F;
	font-size:90%; 
	padding-top: 0px; 
	text-align:center;
}
/*
#footer .padding { padding: 10px 0px 0px 0px; }
#footer .padding a {
	color: #C2C9DC;
}
#footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}
*/

/* ---------------------------------------------------------------------------------------------------------------------------------------------------*/

input.search { width: 150px; border: 1px solid #A90000; color: #666; }
input.submit { 
	background: none; 
	color: #A90000;
	font: bold 1.1em Arial, Verdana, Helvetica, sans-serif; 
	border: 0;
}

input.search:hover {	background: #FFFFF4; }

ul { margin: 0 0 0px 0; padding : 0; list-style : none; }
li { 	margin: 0 0 2px 0; padding: 0 0 0 0px;	color: #555; }


                                                      /* THESE ARE FOR THE A-LINKS: A=Link A:Hover=Hover */

p { margin: 0 0 10px 0; padding: 0; 
			                                                           color: #6E6E6E;  /* MAIN TEXT */
background: inherit; }
                                                              a { color:#6DC6E7;  /* LINKS */
background: inherit; text-decoration:none; }
                                                        a:hover { color:#D7B11E;  /* LINK HOVER */ 
background: inherit; text-decoration:none; }

h1 { 
	padding:0; 
	margin:0; 
	color: #FFF; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h1 a { color: #FFF; background: inherit; }

h2 { 
	background:  url(h.gif) no-repeat left;
	color:#000;
	font-size:140%; 
	font-weight:bold; 
	margin-left: 30px;
	padding-left: 16px; 
	text-align: left;
}

h2 a { background: #FFF; color: #000; }
h2 a:hover { background: #FFF; color: #A90000; }

fieldset {	border: 1px solid #A90000; }
textarea.text { 
	height: 100%; 
	width: 90%; 
	border: 1px solid #A90000; 
	background: #FFF; 
	color: #354D5F;
}

textarea.text:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #A90000; 
	background-color: #FFFFFF; 
	width: 283px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.text { 
    border: 1px solid #A70000; 
	margin: 0; 
	width: 150px;
	background: inherit;
	color: #000; 
	padding: 4px;
	
}


input.text:hover { 
	border: 0px solid #A70000; 
}

.date { 
	color: #808080; 
  background: white;
	text-align: right;  
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #eee;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #f8f8f8; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}
.sponsors {
  font-family: arial;
	font-size: 13px;
                                                                 color: #E2F3FA;  /* SPONSORS HEAD */
	font-weight: bold;
  padding-left: 18px;
	line-height: 25px;
}