/* CSS Document */
html, body, ul, ol, li, h1, h2, h3, img, fieldset, legend {  /* set everything to zero for a good cross-browser starting point */
margin: 0; /* zeroes the margins on the body */
padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
border: 0; /* zeroes off any existing border */	  
}
/*************************
elements to get hidden in print
**************************/
#persistent {
	display: none;
}
#topnav {
	display: none;
}
#textlinks {
	display: none;
}
#lside {
	display: none;
}
/* TODO: hide and update nomination and entry text when 2009 entries close 
body#entryoverviewpage #content #NomEntTxt,
body#entrynominatepage #content h2#nominationform,
body#entrynominatepage #content form#nominate08,
body#entrynominatepage #content #NomFormTxt,
body#entryentrypage #content #EntTxt { 
	display: none;
}*/
body#entryentrypage #content p.entryclosed,
body#entrynominatepage #content p.nominationclosed { /*TODO: unhide entry closed text once 2009 entries are closed */
	display:none;
}
/*************************
end elements to get hidden in print
**************************/
body {
	font: 10pt "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
#header, #wrapper {
	border-bottom: 1px solid #0f0382;
}
#header {
	text-align: center;
	padding-bottom: 15px;
}
#header img#loy {
	padding-right: 100px;
}
#content {
	padding-top: 15px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	background: inherit;
	color: #0f0382;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
}
#copyrite, #contact {
	text-align: right;
}
#contact p {
	margin-bottom: 0;
}
#webadd {
	text-align: right;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: inherit;
	color: #000;
}
table#entcat td, table#awtimetable td, table#awtimetable th, table#judgecrit td, table#judgecrit th {
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
table#entcat caption, table#awtimetable caption, table#judgecrit caption {
	text-align: left;
	font: bold 14pt Arial, Helvetica, sans-serif;
	background: inherit;
	color: #0f0382;
}
/**  styles for awards types lists **/
#content .awardlist {
	margin-left: 5%;
	margin-right: 5%;
}
#content img#aoysublogo {
	float: left;
	width: 100px;
	height: 78px;
	padding: 0px 15px 5px 0px;
}	
/**  end styles for awards types lists **/

/**  list styles **/
	
#content ol li, #content ul li {
	margin-left: 3em;
}
#content ol li ol, #content ul li ul, #content ol li ul {
	font-size: 1em;
}
#content ol li ul {
	margin: 10px 0;
}
#content ol li ul li {
	list-style-type: disc;
}
/** end list styles **/