/* MegaHit style sheet   */

body {
	margin:10px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}	


#Content {
	width:740px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#ffffff;
}

#topcell{
	position:relative;
	top: 0;	
	left: 0;
	right: 0;
	bottom:0;
	width:740px;
	height:55px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
}
#midcell{
	position:relative;
	top: 0px;	
	left: 0;
	right: 0;
	width:740px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;	
}
#botcell{
	position:relative;
	top: 0px;	
	left: 0;
	right: 0;
	width:740px;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	padding-bottom: 10px;
	border-top: 3px solid #000000;
}

/*********************************/
/*    text formating             */
/*********************************/

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #0270BB;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #3484D7;
	color2: #0270BB;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #0270BB;
	padding-top: 0px;
	padding-bottom: 0px;
}

hr {
	height: 1px; 
	color: #666666; 
	background: #666666; 
}

#bottomlinks {
	text-align:right;	
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 5px solid #000000;
	background-color:#FFFFFF;
	font-size: 11px;
}

#bottomlinks a {
	color: #333;
}

#bottomlinks a:hover  {
	color: #0270BB;
}

.pageNav {
	text-align: right;
}

.fine {
	font-size: 10px;
	line-height: normal;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.awards h1 {
	line-height: normal;
}
.navImage {
	position: relative;
	bottom: -15px;		
	
}

