/* Hillier global style sheet   */

body {
	margin:10px;
	padding:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	background-color: #FFFFFF;
}	


#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: #FF0000;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
}

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: #F00;
}

.pageNav {
	text-align: right;
}

.awards {
	font-size: 11px;
	line-height: normal;	
}
.clintz {
	background-color: #EEEEEE;
}
.awards h1 {
	line-height: normal;
}.linkInRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}
.linkInRed:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
