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 */	  
}
body {
	background: #fff url(../assets/backgrounds/page_bk.gif) repeat;
	color: #2e3a3f;	
	text-align: center;  /* Hack to centre the wrapper in IE5.x pc */
	font: 100.01% Verdana, Arial, Helvetica, sans-serif; /*Set the default font setting*/
	min-width: 770px;  /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}
h1, h2, h3, h4 { /*set the default colour for headings*/
	background: inherit;
	color: #00448d;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
td {
	vertical-align: top;
}
a:link {
	background: inherit;
	color: #0f0382;
}
a:visited {
	background: inherit;
	color: #09f;
}
a:hover {
	background: inherit;
	color: #e80672;
}
/*cmx clear floats*/	
	
.clearfix:after {
 	content: "."; /* This dot is the actual appended content */
  	clear: both;
  	height: 0;
  	visibility: hidden;
  	display: block;
}
 
/* Hides from IE-mac \*/
/** html .clearfix * {
	height: 1%;
	}	taken the height declaration off to solve list display issues in IE6*/
.clearfix {
	display: block;
	}
/* End hide from IE-mac */
	
/*end cmx clear floats*/

.special {
	background: inherit;
	color: #f00;
}

.hide {
	display: none;
	}

#wrapper {
	width: 772px;  /* sets the width of the wrapper, and therefore our design with adjustments for IE5.x's broken box model hence the two extra pixels on the width */
	/* w\idth: 770px;  sets the correct width of the wrapperfor compliant browsers*/
	margin: 0 auto;  /* centers the wrapper for compliant browsers.*/
	position: relative;  /* important to position it relatively */
	background: #fff url(../assets/backgrounds/lt_blu_bk.gif) repeat-y; /*background image to 'fake' a full length left column*/
	color: #000;
	border-right: 1px solid #dde5e8;
	border-bottom: 1px solid #dde5e8;
	border-left: 1px solid #dde5e8;
	text-align: left;
}

/**********************
styles for the persistent navigation
***********************/
#persistent {
	font-size: 70%;
	background: inherit;
	color: #0f0382;
	width: 772px;
	/*w\idth: 770px;*/
	margin: 10px auto 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
}
#persistent ul {
	list-style-type: none;
	clear: both;
	background: #ade0f5;
	color: inherit;
	text-align: right;
	float: right;
	width: 50%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#persistent li {
	display: inline;
}
#persistent li a:link, #persistent li a:visited {
	background: inherit;
	color: #0f0382;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #002944;
}
#persistent li a:hover {
	background: inherit;
	color: #e80672;
}
#persistent li a.lastrt{
	border: 0;
}
body#contactpage li#contactlnk a, body#sitemappage li#sitemaplnk a {
	background: inherit;
	color: #e80672;
	text-decoration: none;
}
/*************************
end of styles for the persistent navigation
**************************/

/*************************
style for the header div
**************************/
#header {
	margin: 0;
	padding: 0;
	background: #fff url(../assets/backgrounds/header_bk.jpg) bottom no-repeat;
	color: inherit;
	height: 181px;
}
#header img {
	padding-top: 15px;	
}
#header img#loy {
	float: left;
	width: 207px;
	height: 155px;
	padding-left: 170px;
	padding-right: 50px;
	/*margin-left: 150px10px;
	margin-right: 100px169px;*/
	display: block;
}
#header img#loy07 {
	float: left;
	width: 384px; /* 2006 logo was 207px wide */
	height: 155px;
	padding-left: 194px; /* ajust padding from 147px to accommodate 2009 logo */
	padding-right: 50px;
	/*margin-left: 150px10px;
	margin-right: 100px169px;*/
	display: block;
}
#header img#loy08 {
	float: left;
	width: 182px;
	height: 155px;
	padding-left: 170px;
	padding-right: 50px;
	/*margin-left: 150px10px;
	margin-right: 100px169px;*/
	display: block;
}
#header img#aoy {
	float: left;
	width: 178px;
	height: 155px;
	display: block;
}

#header img#loy09 {
	float: left;
	width: 384px;
	height: 155px;
	padding-left: 194px; /* adjust padding for combined logo *?
	padding-right: 50px;
	/*margin-left: 150px10px;
	margin-right: 100px169px;*/
	display: block;
}

/*************************
end of styles for the header div
**************************/

/*************************
styles for the strapline div 
**************************/
#strap {
	margin: 0;
	padding: 0;
}
#strap img {
	display: block; /*make the image display block to avoid the divider line showing through*/
	width: 770px;
	height: 25px;
}
/*************************
end of styles for the strapline div
**************************/

/*************************
styles for the global navigation
**************************/
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: #cc0a1a/*#00448d*/;
	color: inherit;
	float: left;
	width: 100%;
}
#topnav li {
	display: inline;
}
#topnav li a:link, 
#topnav li a:visited {
	float: left;
	width: 15%;
	background: inherit;
	color: #fff;
	padding: 5px 2px;
	font-size: 80%;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#topnav li a:hover {
	background: #009ddc;
	color: #fff;
}
body#homepage #topnav li#home a,
body#news09page #topnav li#news a,
body#news08page #topnav li#news a,
body#news07page #topnav li#news a,
body#news06page #topnav li#news a, 
body#news05page #topnav li#news a, 
body#backgroundoverviewpage #topnav li#background a, 
body#backgroundawardcatpage #topnav li#background a, 
body#backgroundjudgecriteriapage #topnav li#background a, 
body#backgroundinspectcriteriapage #topnav li#background a, 
body#backgroundawtypespage #topnav li#background a, 
body#backgroundawtimetablepage #topnav li#background a, 
body#entryoverviewpage #topnav li#entry a, 
body#entrynominatepage #topnav li#entry a, 
body#entryentrypage #topnav li#entry a, 
body#winnerspage #topnav li#winners a, 
body#winnersnatwinnerspage #topnav li#winners a, 
body#winnerschampspage #topnav li#winners a, 
body#winnerscatwinnerspage #topnav li#winners a, 
body#winnersaoypage #topnav li#winners a, 
body#winnerspremierpage #topnav li#winners a, 
body#winnerspreviouspage #topnav li#winners a, 
body#winnerschangepage #topnav li#winners a, 
body#winnersfamilypage #topnav li#winners a, 
body#winnersfivestarpage #topnav li#winners a, 
body#winnersfourstarpage #topnav li#winners a, 
body#winnersthreestarpage #topnav li#winners a, 
body#winnerspublicsummarypage #topnav li#winners a,
body#winners100pointpage #topnav li#winners a,
body#winners50pointpage #topnav li#winners a,
body#sponsorpage #topnav li#sponsors a {
	background: #009ddc;
	color: #fff;
}
/*************************
styles for the global navigation
**************************/

/*************************
styles for the left side column
**************************/
/*try to solve the 3px text jog*/
#lside {
	width: 200px;
	margin-right: -3px;
}

html>body #lside {
	margin-right:0;
}
/*end trying to solve the 3px text jog*/

#lside {
	float: left;
	width: 200px;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 85%; /*reduce the font size*/
	clear: both;
}
#lside h2 {
	font-size: 1.25em;
	padding-left: 10px;
}
#lside h3 {
	margin: 10px 0 5px 0;
	font-size: 1.1em;
}
#lside h3.special {
	background: inherit;
	color: #f00;
}
#lside h3#sponsor, #lside h3#support {
	display: none;
}
#lside p {
	margin-top: 0;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	background: inherit;
	color: #004966;
}

/*sidenav menu styles*/
ul#lsidenav {
	margin: 10px 0;
}
ul#lsidenav li {
	list-style-type: none;
	margin-left: 10px;
	font-size: 90%;
}
ul#lsidenav li a {
	font-weight: bold;
	background: inherit;
	color: #00448d;
	border-bottom: 1px dashed #dde5e8/*#fff*/;
}
body#news09page ul#lsidenav li#news09butt a,
body#news08page ul#lsidenav li#news08butt a,
body#news07page ul#lsidenav li#news07butt a,
body#news06page ul#lsidenav li#news06butt a, 
body#news05page ul#lsidenav li#news05butt a, 
body#backgroundoverviewpage ul#lsidenav li#overviewbutt a, 
body#backgroundawardcatpage ul#lsidenav li#awardcatbutt a, 
body#backgroundjudgecriteriapage ul#lsidenav li#judgecritbutt a, 
body#backgroundinspectcriteriapage ul#lsidenav li#inspectcritbutt a,  
body#backgroundbestpracticepage ul#lsidenav li#bestpracticebutt a, 
body#backgroundawtypespage ul#lsidenav li#awardtypebutt a, 
body#backgroundawtimetablepage ul#lsidenav li#timetablebutt a, 
body#entryoverviewpage ul#lsidenav li#overviewbutt a, 
body#entrynominatepage ul#lsidenav li#nomformbutt a, 
body#entryentrypage ul#lsidenav li#entformbutt a, 
body#winnersnatwinnerspage ul#lsidenav li#natwinnersbutt a, 
body#winnerschampspage ul#lsidenav li#champsbutt a,  
body#winnersaoypage ul#lsidenav li#aoybutt a, 
body#winnerscatwinnerspage ul#lsidenav li#catwinnersbutt a, 
body#winnerspremierpage ul#lsidenav li#premierbutt a, 
body#winnerspreviouspage ul#lsidenav li#previousbutt a,
body#winners100pointpage ul#lsidenav li#point100butt a,
body#winners50pointpage ul#lsidenav li#point50butt a, 
body#winnerschangepage ul#lsidenav li#changebutt a, 
body#winnersfamilypage ul#lsidenav li#familybutt a, 
body#winnersfivestarpage ul#lsidenav li#fivestarbutt a, 
body#winnersfourstarpage ul#lsidenav li#fourstarbutt a, 
body#winnersthreestarpage ul#lsidenav li#threestarbutt a, 
body#winnerspublicsummarypage ul#lsidenav li#publicsummarybutt a {
	background: #ddf2fb;
	color: #00448d;
}
ul#lsidenav li a:link, ul#lsidenav li a:visited {
	text-decoration: none;
	width: 190px;
	display: block;
	padding: .3em 0;
}
ul#lsidenav li a:hover {
	background: #ddf2fb;
	color: #00448d;
}
/*end sidenav  menu styles*/

#lside #sponsorboard {
	background: #fff;
	color: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
}
#headlinespon {
	margin: 0;
	padding: 0;
	background: #fff;
	color: inherit;
}
#headlinespon img {
	margin: 0;
	padding: 0;
}
/*#headlinespon p { NOTE: temporary style while seeking sponsor
	background: inherit;
	color: #ff0000;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}*/
#headlinespon a:link,
#headlinespon a:visited {
 /*NOTE: temporary style while seeking sponsor*/
	background: inherit;
	color: #ff0000;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#sponsorboard h3 {
	padding: 10px 0 5px 10px;
	border-top: 1px dashed #dde5e8;
}
#sponsorboard h3#assocspon { /*take the margin off the headline to close up to the Dyson logo*/
	margin-top: 0;
}
/* TODO: decide whether we need this
#sponsorboard h3#sponsor, 
#sponsorboard h3#support {
	border-top: 1px dashed #dde5e8;
}
*/
#sponsorboard img {
	margin: 0;
	padding: 5px 6px 5px 5px;
	vertical-align: middle;
}
#sponsorboard img#britloos {
	width: 120px;
	height: 53px;
}
#sponsorboard img#albany {
	width: 150px;
	height: 79px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sponsorboard img#changeplace {
	width: 130px;
	height: 76px;
	margin-top: 10px;
	}
#sponsorboard img#armitageshanks {
	width: 130px;
	height: 67px;
	text-align: center;
}
#sponsorboard img#bcc {
	width: 130px;
	height: 78px;
	margin-top: 10px; /*give it a little breathing room*/
}
#sponsorboard img#hta {
	width: 130px;
	height: 18px;
	margin-top: 10px; /*give it a little breathing room*/
}
#sponsorboard img#hne {
	width: 130px;
	height: 23px;
	margin-top: 10px; /*give it a little breathing room*/
}
/* TODO: take these out if no longer needed
#sponsorboard img#inwshsol {
	width: 130px;
	height: 76px;
	margin-top: 10px;
}
#sponsorboard img#techconcepts {
	width: 150px;
	height: 24px;
}
*/
#sponsorboard img#visitbritain {
	width: 80px;
	height: 51px;
}
#sponsorboard img#visitscotland {
	width: 80px;
	height: 21px;
}
#sponsorboard img#visitwales {
	width: 80px;
	height: 15px;
}
#sponsorboard img#nitb {
	width: 80px;
	height: 23px;
}
#sponsorboard img#sponboardchangingplaces, 
#sponsorboard img#sponboardtccontractors,
#sponsorboard img#sponboardhering,
#sponsorboard img#sponboardcleenol {
	width: 100px;
	height: 75px;
}
#sponsorboard img#sponboardcibshygiene {
	height: 14px;
}
#sponsorboard img#sponboardclosomat {
	height: 25px;
}

#sponsorboard img#sponboarddanfo {
	height: 40px;
}
#sponsorboard img#sponboardgojo {
	height: 33px;
}
#sponsorboard img#sponboardhealthmatic {
	height: 32px;
}
#sponsorboard img#sponboardhering {
	height: 47px;
}
#sponsorboard img#sponboardtork {
	height: 59px;
}
#sponsorboard img#sponboardflushwiser {
	height: 38px;
}
/*************************
end styles for the left side column
**************************/

/*************************
styles for the main page content
**************************/
/*try to solve the 3px text jog*/
#content {
	height:1%;
	margin: 0;
}

html>body #content {
	height: auto;
	margin-left: 220px;
}
/*end trying to solve the 3px text jog*/

#content {
	margin: 15px 21px 0 220px; /*make space for the lside column plus a margin*/
	padding: 0;
}
#content h1 {
	font-size: 1.3em;
}
#content h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #dde5e8;
}
#content h3 {
	font-size: 1em;
	line-height: 1.5em;
}
#content h4 {
	font-size: .9em;
	border-bottom: 1px dashed #dde5e8;
}
#content p, #content td, 
#content ol, #content ul {
	font-size: 0.80em; /*reduce the font size*/
	line-height: 1.5em;
}
#content img {
	vertical-align: top;
}
#content img#dsg_spon {
	width: 100px;
	height: 99px;
	float: left;
	padding-right: 15px;
}
#content img#armitageshanks_spon {
	width: 80px;
	height: 42px;
}
#content img#bcc_spon {
	width: 80px;
	height: 60px;
}
#content img#inwshsol_spon {
	width: 80px;
	height: 47px;
}
#content img#dyson_spon {
	float: left;
	width: 498px;
	height: 140px;
}
#content img#seekheadlinespon,
#content img#dsq_spon,
#content img#armitageshanks_spon,
#content img#airdri_spon,
#content img#bcc_spon,
#content img#inwshsol_spon {	
	float: left;
	padding-right: 15px;
}
#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;
}
/*TODO: unhide Entry text when 2008 text update supplied
#content ul#entrylist {
	display: none;
}*/

/* TODO: unhide and update nomination and entry text when 2009 text supplied
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 when 2009 entries close again */
	display: none;
}
#subcontent {
	margin: 15px 0 0 0; /*adds a 15px margin to the top of the subcontent div*/
	padding: 0;
}
img#fivestar, 
img#fourstar, 
img#threestar {
	padding: 5px 20px 5px 0;
	height: 20px;
}
img#fivestar {
	width: 100px;
}
img#fourstar {
	width: 80px;
}
img#threestar {
	width: 60px;
} 

/**  styles for supporterpboard **/
#supporterboard img {
	height: 125px;
	width: 125px;
	float: left;
	border: 1px dashed #dde5e8;
	margin: 5px /*TODO:decide which marging works best 4px*/10px 5px 0px;
}

#supporterboard img#seeksponsor {
	height: 88px;
	width: 150px;
	float: left;
	border: none;
}

.clear { /*clearing br */
	clear: both;
}	
/** end supporterboard styles **/

/**** styles for the news boxes ****/
.news /*#news1, #news2, #news3*/ {
	margin: 10px 0; /*adds a 10px margin to the top of the news divs*/
	padding: 0 /*.5em*/;	
	border: 1px solid #dde5e8;
	position: relative;
}

.news h2/*, #news1 h2, #news2 h2, #news3 h2*/ {
	font-size: 1.05em;
	background: #00448d url(../assets/backgrounds/newshead_bk.gif) top right no-repeat;
	color: #fff;
	margin: 0;
	padding: 0.21em 0.5em; /*adjust the top and bottom padding to make the background graphic behave*/
	position: relative;
}
.news h3, .news h4 {
	padding-left: 0.5em;
}
.news p /*#news1 p, #news2 p, #news3 p*/ {
	margin: 0;
	padding: 0.2em 0.5em;
}
/**** end styles for the news boxes ****/

/**  styles for awards types lists**/
#content .awardlist {
	margin-left: 5%;
	margin-right: 5%;
}
#content img#aoysublogo {
	float: left;
	width: 113px;
	height: 99px;
	padding: 0px 15px 5px 0px;
}	
/** end  for awards types lists styles **/

/*** styles for the winners boxes ***/
.winnerhilitebox {
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	background: #00448d url(../assets/backgrounds/winnerbox_top_rt_bk.gif) top right no-repeat;
	color: #fff;
}

#content .winnerhilitebox h2 {
	border-bottom: 0px;
	font-size: 1.2em;
	background: transparent;
	color: #fff;
	padding: .21em 0.5em;
}

#content .winnerhilitebox h2#overallwinner {
	background: transparent;
	color: #ade0f5;
}
/* champions league board styles */
#content #champsboard {
	margin-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	color: inherit;
	text-align: center;
}

#content #champsboard h2 {
	padding: .21em 0.5em;
	background: #00448d url(../assets/backgrounds/champsboard_top_bk.gif) top right no-repeat;
	color: #fff;
	border-bottom: none;
	text-align: left;
}

#content #champsboard .cclogo {
	/*width: 160px; TODO: decide which width works best*/
	width: 158px;
}

#content #champsboard .cclogowide {
	width: 250px;
}

#champsboard .cboth {
	clear: both;
}

#content #champsboard .cclogo, 
#content #champsboard .cclogowide {
	float: left;
	margin-top: 1em;
}
/* end champions league board styles */
table#winnerlinktbl td {
	width: 50%;
	font: bold 1.1em 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	background: inherit;
	color: #abe0f5;
	padding: .5em 0.5em;
}

#content table#winnerlinktbl td a {
	text-decoration: none;
	background: inherit;
	color: #abe0f5;
}

#content table#winnerlinktbl td a:hover {
	background: inherit;
	color: #fff;
}

/*** end styles for the winners boxes ***/

/*** styles for the 2006-2008 winners tables ***/
table.winners {
	background: #ddf2fb;
	color: inherit;
	border: 1px solid #dde5e8;
	text-align: left;
}
table.winners caption {
	font: bold 1em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: #00448d;
	color: #fff;
	padding: 3px 5px;
}
table.winners th {
	font: bold 0.9em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background: #ade0f5;
	color: #00448d;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
	vertical-align: top;
}
table.winners td {
	font-size: 1em;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
	vertical-align: middle;
	width: 25%;
}

table.winners td.winnersecthead {
	font: bold 0.9em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background: #ade0f5;
	color: #00448d;	
}

table#national.winners td, 
table#trophy.winners td, 
table#aoywinners.winners td {
	font-size: 0.7em;
}

table#trophy.winners td, 
table#aoytrophy.winners td {
	width: 75%;
}

table#pubtoilets.winners td {
	width: 50%
	}

table.winners#pubtoilets th {
	width: 50%;
}

table.winners#publicnational th,
table.winners#publicattended th, 
table.winners#publicawards th {
	vertical-align: middle;
}

table.winners#publicawards td.totals {
	background: #ade0f5;
	color: #00448d;
	font-weight: bold;
}

table#catwinners.winners th {
	font-size: 0.65em;
}

table#catwinners.winners td {
	width: 20%;
	font-size: 0.65em;
	vertical-align: top;
}

 
/*** end styles for the 2006-2007 winners tables ***/

/****  styles for the presscontact paragraph ****/
#presscontact {
	margin-top: 10px;
	border-top: 1px solid #dde5e8;
	background:  #ddf2fb;
	color: inherit;
}
/** end styles for the presscontact paragraph **/

/**** styles for the previous winners table ****/
table#prevwinners {
	/*width: 100%; take the width off to get rid of the white space in IE6 */
	background: #ddf2fb;
	color: inherit;
	border: 1px solid #dde5e8;
	text-align: left;
}
table#prevwinners caption {
	font: bold 1em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: #00448d;
	color: #fff;
	padding: 3px 5px;
}
table#prevwinners th {
	font: bold 0.9em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background: #ade0f5;
	color: #00448d;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
}
table#prevwinners td {
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
}
/**** end styles for the previous winners table ****/

/**** styles for the entry categories table ****/
table#entcat {
	/*width: 100%; take the width off to get rid of the white space in IE6 */
	background: #ddf2fb;
	color: inherit;
	border: 1px solid #dde5eb;
	text-align: left;
}
table#entcat caption {
	font: bold 1em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: #00448d;
	color: #fff;
	padding: 3px 5px;
}
table#entcat td {
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
}
table#entcat td.cathead {
	background: #00448d;
	color: #fff;
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
table#entcat td.empty {
	background: #fff;
	color: inherit;
}
/**** end styles for the entry categories table ****/

/****  styles for the entry fee table ****/
table#entfee caption {
	font: bold 1em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: #00448d;
	color: #fff;
	padding: 3px 5px;
}
table#entfee th {
	font: bold 0.9em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	background: #009ddc;
	color: #fff;
	padding: 3px 5px;
	border-right: 1px solid #fff;
}
table#entfee td {
	text-align: center;
	background: #ddf2fb;
	color: inherit;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 3px 5px;
	width: 33%;
}
/**** end styles for the entry fees table ****/

/**** styles for the judging criteria table ****/
table#judgecrit, 
table#awtimetable {
	/*width: 100%;*/
	background: #ddf2fb;
	color: inherit;
	border: 1px solid #dde5eb;
	text-align: left;
}
table#judgecrit caption, 
table#awtimetable caption {
	font: bold 1em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: #00448d;
	color: #fff;
	padding: 3px 5px;
}
table#judgecrit th, 
table#awtimetable th {
	font: bold 0.9em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background: #ade0f5;
	color: #00448d;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
	vertical-align: top;
}
table#judgecrit td, 
table#awtimetable td {
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
}
table#judgecrit ul {
	padding-left: 15px;
	font-size: 1em;
}
/**** end styles for the judging criteria table ****/

/****  styles for the nomination form table ****/
table#nomformtable {
	vertical-align: top;
	border: 1px solid #dde5e8;
}
table#nomformtable caption {
	font: bold 1em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background: #00448d;
	color: #fff;
	padding: 3px 5px;
}
table#nomformtable th {
	font: bold 0.9em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	background: #ade0f5;
	color: #00448d;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
}
table#nomformtable td {
	padding: 3px 5px;
	vertical-align: top;
	border-bottom: 1px solid #dde5e8;
}
/**** end styles for the nomination form ****/

/**** styles for the sitemap list ****/
ul#sitemaplist {
	margin-top: 10px;
}
ul#sitemaplist li {
	background: inherit;
	color: #00448d;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 10px 0;
}
ul#sitemaplist li a {
	text-decoration: none;
}
ul#sitemaplist li a:visited {
	background: inherit;
	color: #00448d;
}
ul#sitemaplist li a:hover {
	background: inherit;
	color: #e80672;
}
ul#sitemaplist ul li {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0 0 5px 0;
	list-style: disc;
}
ul#sitemaplist ul li a {
	text-decoration: underline;
}
ul#sitemaplist ul li a:visited {
	background: inherit;
	color: #09f;
}
ul#sitemaplist ul li a:hover {
	background: inherit;
	color: #e80672;
}
/**** end styles for the sitemap list ****/

/**** styles for the text links ****/
#textlinks {
	margin: 10px 21px 10px 220px;
}
#textlinks li{
	list-style-type: none;
	display: inline;
	font-size: 0.75em;
}
/**** end styles for the text links ****/

/**** styles for the best practice pics ***/
img#femalemale {
	width: 528px;
	height: 444px;
}

/*** end styles for the best practice pics ****/

/*************************
end styles for the main page content
**************************/

/*************************
contact div styles
**************************/
#contact {
	width: 772px;  /* sets the width of the wrapper, and therefore our design with adjustments for IE5.x's broken box model hence the two extra pixels on the width */
	/* w\idth: 770px;  sets the correct width of the wrapper for compliant browsers*/
	margin: 10px auto;  /* centers the wrapper for compliant browsers.*/
	clear: both; /*clear the floated lside above*/
	position: relative;  /*important to position it relatively */
	padding: 0;
}
#contact p {
	margin: 0;
	padding: 0;
	font-size: 70%;
}
/*************************
end contact div styles
**************************/

/*************************
copyrite div styles
**************************/
#copyrite {
	width: 772px;  /* sets the width of the wrapper, and therefore our design with adjustments for IE5.x's broken box model hence the two extra pixels on the width */
	/* w\idth: 770px;  sets the correct width of the wrapper for compliant browsers*/
	margin: 5px auto;  /* centers the wrapper for compliant browsers.*/
	clear: both; /*clear the floated lside above*/
	/* position: relative;  important to position it relatively */
	border: 0; /*take the temp border off*/
}
#copyrite p {
	font-size: 70%;
}
/*************************
end copyrite div styles
**************************/

/*************************
hidden web address for print
**************************/
#webadd {
	display: none;
}
/*************************
end hidden web address for print
**************************/