body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color: #FFFFFF
/* 
	Here we'll declare the default font-size and font-family.
	The rest of the typographical rules use relative sizes based on this font-size.
	We can easily modify overall typography by changing or overriding these values.
	*/
	font-size: medium;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:2em;
	font-weight:900;
	color:#326598;
	}

h2 {
	color:#07a;
	font-size:1.27em; 
	font-weight:800;
	margin:.43em 0 .214em; 
	}

h3 {
	color:#333;
	font-size:1em;
	font-weight:700;
	margin:0em 0 .27em;
	}
h4 {
	color:#eee;
	font-size:0.9em;
	font-weight: 800;
	margin:0 0 .83em; 
	}

h5 {
	color:#999;
	font-size:1em;
	font-style:italic;
	font-weight:800;
	margin:1.8em 0 .27em; 
	}

p {
	font:0.9em/1.8em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:10px 0px 10px 0px;
	}

table {
	font:0.95em verdana, arial, helvetica, sans-serif;
	
	}

a {
	color:#326598;
	font-size:0.9em;
	text-decoration:none;
	font-weight:800;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#326598;}
a:visited {color:#326598;}
a:hover {background-color:#ccc;}

ul {font:0.9em/1.8em verdana, arial, helvetica, sans-serif;
	margin:10px 0px 16px 0px;
	padding:20px;
	}

#Menu>a{color:#fff;}
#Menu>a:hover{color:#blue;}

#Header {
	margin:30px 0px 10px 0px;
	padding:10px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:129px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:white;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	
	background-color:#326598;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:110px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:110px;}

#headerLogo {
	float:left;
	height:85px;
	padding:0;
	color:white;
position:absolute;
	top:40px;
	left:20px;
	}
#headerText{
position:absolute;
	top:60px;
	left:410px;
	margin:-18px 0px 0px 0px;
	color:white;
	font-size:20px;
	font-weight: 600;
	line-height: 24px;
	overflow:hidden;
	width:500px;
	}

#menuBar {
	margin:20px 30px 20px 20px;
	background-color:#326598;
}
#Menu {
	position:absolute;
	top:172px;
	left:20px;
	width:174px;
	padding: 15px 10px 10px 10px;
	background-color:#326598;
	line-height:1.2em;
	text-align:left;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:152px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:152px;}

	
/* Please forgive me.
   The extra DIV (Main) is needed to overcome a shortcoming of Opera5/Win.
   The prefered way to set the width of the content would be to pad the 
   content of #Content using 
   "#Content>* {padding-left:114px; padding-right:15px;}"*/
#Main {	clear:left;
	float:left;
	width:70%;
	}

#Contentbox {
	margin:0px 0px 0px 172px;
	padding:10px 0px 0px 20px;
	background:#FFF;
	overflow:hidden;
	width:2000px;
	}

#Content {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#FFF;
	overflow:hidden;
	width:800px;
	}

#HorBar{
	margin:0px -282px 0px 172px;
	background:#326598;
	padding:0px 0px 0px 20px;
	color:#FFF;
	}

.HorBarEle{
	background:#326598;
	padding:0px 20px 0px 20px;
	color:#FFF;
	border-style:solid;
	border-color:white;
	border-width: 0px 2px 0px 2px ;
	}

#SponsorFrame{
    height:40px;
	width:134px;
    clear:both;
	padding:0px 7px 0px 7px;
	text-align:center;
	font-weight:800;
	background:#FFF;
}


#Sponsor {
	clear:both;
	padding:10px 0px 20px 20px;
	text-align:left;
	font-weight:800;
	background:#326598;
	color:#FFF;
	}
#sponsorText {
	position:relative;
	}
	
#sponsorLogoLarge {
	position:relative;
	height:85px
	}
	
#sponsorLogoSmall {
	position:relative;
	height:50px
	}

#Legal {
	clear:both;
	padding:10px 0px 10px 20px;
	text-align:left;
	font-weight:800;
	font:0.9em verdana, arial, helvetica, sans-serif;
	background:#FFFFFF;
	color:#326598;
	}
#legalText {
	position:relative;
	}
.redbold {color: #FF0000; font-weight: bold; }
}

