body {
	margin:0;
	padding:0;
	border:0;
	font-family:verdana;arial;helvetica;sans serif;
	background-color:#999999;
	
}

a, img {
	border: 0;
}
a:active { color: #880000; text-decoration:none;font-weight:bold;} 
a:link { color: #880000;text-decoration:none;font-weight:bold;} 
a:hover { color:orange;text-decoration:underline;font-weight:bold;cursor:hand;} 
a:visited { color: #880000;text-decoration:none;font-weight:bold;} 

a:active.weblink { color: #00ccff; text-decoration:none;} 
a:link.weblink { color: #00ccff;text-decoration:none;} 
a:hover.weblink { color: #00ccff;text-decoration:underline;} 
a:visited.weblink { color: #00ccff;text-decoration:none;} 


.hotelsheader {
	font-size : 1.8em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #ff0000;
	margin-right:40px;	
	line-height:1.4em;
	margin-bottom:0;
	padding-bottom:0;
}

#trainingitem ol {font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	}
	
	#sitemap ul {font-size : 0.8em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	}

#container {
	margin-top:0px;
	margin-left: 0px;
	text-align:center;
}


	#content_container {
		width:760px;
	}
	#content_right {
		width:510px;
	}
	#masthead_container {
		width:760px;
	}
	
	#pageframe_blue,#pageframe_orange,#pageframe_pink,#pageframe_green,#pageframe_cyan {
		width:760px;
	}
	
	#footer{
	width:760px;
	}
	#icons img {
	margin-left:0px;
	margin-right:28px;
	}
	
	#ticker_container {
		width:425px;
	}



#icons img {
	margin-top:20px;
	margin-bottom:10px;
	}
#pageframe_blue {
	/*height: 590px;*/ 
	padding:15px;
	padding-bottom:5px;
	padding-top:10px;
	margin:0 auto 0 auto;
	text-align:left; /* added because of ie6 hack on #container to center pageframe */
	background-color:#fff;
	background-image: url(graphics/ribbons_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
#pageframe_cyan {
	/*height: 590px;*/ 
	padding:15px;
	padding-bottom:5px;
	padding-top:10px;
	margin:0 auto 0 auto;
	text-align:left; /* added because of ie6 hack on #container to center pageframe */
	background-color:#fff;
	background-image: url(graphics/ribbons_cyan.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
#pageframe_green {
	/*height: 590px;*/ 
	padding:15px;
	padding-bottom:5px;
	padding-top:10px;
	margin:0 auto 0 auto;
	text-align:left; /* added because of ie6 hack on #container to center pageframe */
	background-color:#fff;
	background-image: url(graphics/ribbons_green.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
#pageframe_orange {
	/*height: 590px;*/
	padding:15px;
	padding-bottom:5px;
	padding-top:10px;
	margin:0 auto 0 auto;
	text-align:left; /* added because of ie6 hack on #container to center pageframe */
	background-color:#fff;
	background-image: url(graphics/ribbons_orange.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
#pageframe_pink {
	float:float;
	padding:15px;
	padding-bottom:5px;
	padding-top:10px;
	margin:0 auto 0 auto;
	text-align:left; /* added because of ie6 hack on #container to center pageframe */
	background-color:#fff;
	background-image: url(graphics/ribbons_pink.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}

#masthead_container {
	height:87px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#masthead_left {
	float:left;
	border:0;
	padding:0;
	margin:0;
}

#masthead_left img {
	vertical-align:top;
}

#masthead_right {
	float:right;
	border:0;
	padding:0;
	margin:0;
	margin-top: 10px;
	padding-right: 40px;
}

#content_container {
	padding-bottom: 10px;
	overflow: hidden; /* fixes firefox background color flow through floats */
}
#content_left {
	float:left;
	border:0;
	padding:0;
	margin:0;
	width:200px;
	margin-left:15px;
	margin-top:120px;
	padding-right:0px;
	margin-bottom:15px;
}

#content_right {
float:right;
	border:0;
	padding:0;
	margin:0;
	margin-left:10px;
	margin-top:80px;
	padding-right:0px;
	margin-bottom:15px;
}

#newsitem {
	border-bottom:1px solid orange;
	padding-bottom:15px;
}
.eventsitem {
	border-bottom:1px solid orange;
	padding-bottom:15px;
}
#publicationsitem {
	border-bottom:1px solid orange;
	padding-bottom:15px;
}


/* Ticker newsbar for homepage*/
	#tickertitle {
		float:left;
		color:#880000;
		font-size:0.8em;
		font-weight:bold;
	}
	#ticker {
		float:right;
		width:330px;
		border: 2px solid #EECCCC;
	}
	
	#ticker tr {
		margin-right: 30px;
	}
	
	#ticker td {
		color: #880000;
		font-size: 8pt;
		font-weight: bold;
		white-space: nowrap;
		padding-right: 300px;
		height: 1em;
	}
	#ticker td.quote {
		color: #880000;
		font-size:8pt;
		font-weight:normal;
		height: 1em;
		line-height: 1em;
	}





/* LINK COLOURS */
#content a:link.menu_red, #content a:active.menu_red, #content a:visited.menu_red {
	color: #880000;
	text-decoration: none;
	font-weight:bold;
}

#content a:hover.menu_red {
	color: orange;
	text-decoration: underline;
	font-weight:bold;
}

#content a:link.sub_sub_menu_orange, #content a:active.sub_sub_menu_orange, #content a:visited.sub_sub_menu_orange {
	color: orange;
	text-decoration: none;
	padding-left:20px;
	font-size:80%;
}
#content a:hover.sub_sub_menu_orange {
	color: #880000;
	text-decoration: underline;
	padding-left:20px;
}
#content a:link.sub_sub_menu_red, #content a:active.sub_sub_menu_red, #content a:visited.sub_sub_menu_red {
	color: #880000;
	text-decoration: none;
	padding-left:20px;
	font-size:80%;
}
#content a:hover.sub_sub_menu_red {
	color: orange;
	text-decoration: underline;
	padding-left:20px;
}

#content a:link.sub_menu_red, #content a:active.sub_menu_red, #content a:visited.sub_menu_red {
	color: #880000;
	text-decoration: none;
	padding-left:12px;
	background-image: url(/graphics/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size:90%;
}

#content a:hover.sub_menu_red {
	color: orange;
	text-decoration: underline;
	padding-left:12px;
	background-image: url(/graphics/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size:90%;
}

#content a:link.menu_orange, #content a:active.menu_orange, #content a:visited.menu_orange {
	color: orange;
	text-decoration: none;
	font-weight:bold;
}

#content a:hover.menu_orange {
	color: #880000;
	text-decoration: underline;
	font-weight:bold;
}

#content a:link.sub_menu_orange, #content a:active.sub_menu_orange, #content a:visited.sub_menu_orange {
	color: orange;
	text-decoration: none;
	padding-left:12px;
	background-image: url(/graphics/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size:90%;
}

#content a:hover.sub_menu_orange {
	color: #880000;
	text-decoration: underline;
	padding-left:12px;
	background-image: url(/graphics/more.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size:90%;
}

#more, #morenews a:link, #more, #morenews a:active,#more, #morenews a:visited {
	color: #880000;
	text-decoration: none;
}

#more, #morenews a:hover {
	color: orange;
	text-decoration: underline;
}

#course a:link, #course a:active, #course a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

#course a:hover {
	color: orange;
	font-weight:bold;
	text-decoration: underline;
}

#navlist {
	padding-bottom:10px;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family:verdana,arial,helvetica,sans serif;
	font-size: 0.72em;
	line-height: 1.6em;
	font-weight:normal;
}


#search {
padding-top:0px;
color: #880000;
font-size:0.8em;
}

#searchresults {
	height:15em;
}

#help {
	border-bottom: 1px dotted #333;
  	cursor: help;
}


/* SPECIFIC FONT CLASSES */
.pageheader {
	color:#880000;
	font-weight:bold;
	font-family:verdana;arial;helvetica;sans serif;
	font-size:0.9em;
	/*letter-spacing:-0.04em;*/
}
#content p.awards, #content p.training {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
	margin-top:0;
	padding-top:0;
}

#content p.awardsfirst {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
	margin-top:0;
	padding-top:0;
}
#content p.trainingfirst {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
	margin-top:0;
	padding-top:0;
}

#content p.news {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
	padding-left:255px;
	margin-top:0;
}


#content p.newsfirst {
	font-size : 0.8em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #880000;
	margin-right:40px;	
	line-height:1.4em;
}

#content p.eventsfirst {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #666666;
	margin-right:40px;
	padding-left:180px;	
	line-height:1.4em;
}
#content p.events, ul.events {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
	padding-left:180px;
	margin-top:0;
}
#content p.eventsredbold {
	font-size : 1em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #ff6666;
	margin-right:40px;
	line-height:1.4em;
	padding-left:180px;
	margin-top:0;
}


#content p.publications {
	font-size : 0.7em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
	padding-left:255px;
	margin-top:0;
}
#content p.awardsheader,#content p.trainingheader,#content p.coursesheader {
	font-size : 0.8em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #880000;
	margin-right:40px;	
	line-height:1.4em;
	margin-bottom:0;
	padding-bottom:0;
}



#content p.newsheader, #content p.eventsheader {
	font-size : 0.8em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #880000;
	margin-right:40px;	
	line-height:1.4em;
	padding-left:180px;
	margin-bottom:0;
}
	#content p.publicationsheader{
	font-size : 0.8em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #880000;
	margin-right:40px;	
	line-height:1.4em;
	margin-bottom:0;
}
#content p.header {
	font-size : 0.8em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #880000;
	margin-right:40px;	
	line-height:1.4em;
	margin-bottom:0;
}

#content li.training{
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
	margin-top:0;
}
#content p {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
}

#content p.nopadding {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	padding:0px;
	margin:0px;
}

#content p.first {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #666666;
	margin-right:40px;	
	line-height:1.4em;
}
#content p.bigger {
	font-size : 0.8em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #333333;
	margin-right:40px;
	line-height:1.4em;
}
#content ol.main,ul.main,li.main {
	font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	margin-right:40px;
	line-height:1.5em;
}
li.spaced{
margin:10px;
}

h1.pink, h2.pink, h3.pink, h4.pink {
	color:#880000;
}
h1.orange, h2.orange,h3.orange, h4.orange {
	color:orange;
}

h1.blue, h2.blue, h3.blue, h4.blue {
	color:#808DFF;
}

h1.cyan, h2.cyan, h3.cyan, h4.cyan {
	color:#66cccc;
}

h1.green, h2.green, h3.green, h4.green {
	color:#66CC33;
}


#content h1 {
	font-size : 1.2em;
	font-family:verdana;arial;helvetica;sans serif;
	margin-bottom: 0;
	margin-left: 0;
	padding:0;
	margin:0;
}

#content h2 {
	font-size : 0.95em;
	font-family:verdana;arial;helvetica;sans serif;
	margin-bottom: 0;
	margin-left: 0;
	padding:0;
	margin:0;
}

#content h3 {
	font-size : 0.75em;
	font-family:verdana;arial;helvetica;sans serif;
	margin-bottom: 0;
	margin-left: 0;
	padding:0;
	margin:0;
}

#content h4 {
	font-size : 0.65em;
	font-family:verdana;arial;helvetica;sans serif;
	margin-bottom: 0;
	margin-left: 0;
	padding:0;
	margin:0;
}

#more {
	font-size : 0.7em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #880000;
	margin:0;
	padding:0;
}

#morenews {
	font-size : 0.7em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: bold;
	color: #880000;
	margin:0;
	padding-top:5px;
}

#course {
	font-size : 0.7em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #000000;
	margin:0;
	padding-top:5px;
}



/*
 * Footer styles
 */


#footer{
	float:left;
	border-top:solid 1px #cccccc;
}

#footer  {
	font-family:sans-serif;
	font-size:0.6em;
	font-weight: normal;
	color:#cccccc;
	background-color:#fff;
	padding:0;
}

#footer p {
	display:inline;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:underline {
	color:#cccccc;
	text-decoration:none;
}

#footer-enhance a:underline {
	text-decoration:underline;
}

#footer_copy {
	float:left;
	width:180px;
	padding:0 24px 0 24px;
}

#footer_privacy {
	float:right;
	width:200px;
	text-align:center;
	padding:0 24px 0 24px;
}

#footer_updated {
	width:250px;
	text-align:right;
	float:right;
	padding:0 24px 0 24px;
}

/* Forms Layout */

fieldset {
	padding-top:10px;
}

legend {
font-size:0.8em;
font-weight:bold;
color:#880000;
margin-bottom:5px;
}

label {
float: left;
width:15em;
font-size:0.7em;
color:#666666;
}
form fieldset div {
  position: relative;
  width: 30em;
}
@media screen {
#table {
  position: relative;
  width: 30em;
  padding:2px;
}
#table2 {
  position: relative;
  width: 32em;
  padding:2px;
}
#table_cell1{
float:left;
width:25em;
font-size:0.7em;
padding-left:2em;
padding-bottom:4px;
color:#666666;
font-weight:bold;
border-bottom:1px orange dashed;
}

#table_cell{
float:left;
width:30em;
font-size:0.7em;
padding-left:2em;
padding-bottom:4px;
color:#666666;
font-weight:bold;
}

#table_cell2{
float:left;
width:40em;
font-size:0.7em;
padding-left:2em;
padding-bottom:14px;margin-bottom:14px;
color:#666666;
font-weight:normal;
border-bottom:1px orange dashed;
}
@media screen {
#mercuryitem
{
overflow:auto;
background-color:#E8E0BB;
color:#602400;
padding-bottom:20px;
margin-top:20px;
}
}
#confirm {
  position: relative;
  width: 30em;
  padding:2px;
}
#confirm_name{
float:left;
width:15em;
font-size:0.7em;
color:#666666;
font-weight:bold;
}

#confirm_field{
float:right;
width:20em;
font-size:0.7em;
color:#666666;
}


#creditcards{
clear: both; 
width:430px;
overflow: hidden;
border-top:solid 1px orange;
border-bottom:solid 1px orange;
margin-bottom:10px;
}

.clear{
clear: both; 
height: 0px; 
overflow: hidden;
}

label em {
position:absolute;
left:36em;
top:0;color:#900;width:15em;float:left;text-align:left;font-style:italic;margin:0.25em 0;
size:2em;
}

input {
float: float;
width:20em;
font-size:0.7em;
border:solid 1px #EECCCC;
color:#666666;
}
textarea {
width:20em;
font-size:0.7em;
border:solid 1px #EECCCC;
color:#666666;
}

select {
width:20em;
font-size:0.7em;
margin-top:2px;
margin-bottom:2px;
color:#666666;
}
#search select {
width:260px;
font-size:0.8em;
}

#search input {
width:150px;
font-size:0.8em;
}
}
/*Conference Program*/
@media screen {
.day{
	font-family:verdana;arial;helvetica;sans serif;
	color: #666666;
	padding:10px;
	overflow:auto;
	clear:all;
	border-bottom:2px orange solid;
}
.description {
	font-size:0.8em;
	font-weight:bold;
	color:#808DFF;
	border:dotted 1px #000099;
	padding:10px;
}
.item {
	border-bottom:dashed 1px orange;
	clear:right;
	margin:10px;
	padding-bottom:10px;
	overflow:auto;
}
.time {
	font-size:0.7em;
	float:left;
	width:20%;
}


.speaker {
	font-size:0.7em;
	font-weight:normal;
	width:70%;
}
.speaker img {margin-top:10px;}

}


@media print {
.day{
	font-family:verdana;arial;helvetica;sans serif;
	color: #666666;
	padding:10px;
	clear:all;
	border-bottom:2px orange solid;
}
.description {
	font-size:0.8em;
	font-weight:bold;
	color:#808DFF;
	border:dotted 1px #000099;
	padding:10px;
}
.item {
	border-bottom:dashed 1px orange;
	clear:right;
	margin:10px;
	padding-bottom:10px;
	overflow:auto;
}
.time {
	font-size:0.7em;
	float:left;
	width:20%;
}


.speaker {
	font-size:0.7em;
	font-weight:normal;
	width:70%;
}
.speaker img {margin-top:10px;}
}

.error {
	color:red;
	font-weight:bold;
	font-size:1.0em;
}
.weblink {
	color:#FF6600;
	font-weight: bold;
	margin:10px 10px 10px 0px;
}



#course_venue {
	color:#66CC33;
	font-weight:bold;
	font-size:1.4em;
	font-style:italic;
}
#course_sponsor {
	color:#66CC33;
	font-weight:bold;
	font-size:1.0em;
	font-style:italic;
}
#course_sponsor_haccp {
	color:#FF6600;
	font-weight:bold;
	background-color:white;
	font-size:1.4em;
	font-style:italic;
	border:1px dotted #66CC33;
	padding:10px;
	text-align:center;
}
table.publications {
	font-size : 0.7em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	border:solid 1px orange;
	line-height:1.4em;
	margin-top:0;
}

.grdhdr {background-color:#CCBB99;  font-family:arial;
  font-weight:normal; font-size:12px; text-align:right; color:#502020 } 
.grdbdy {background-color:#E8E0BB;  font-family:arial;
  font-weight:normal; font-size:12px; text-align:right; color:#602400 } 
 
 
 .benefitshdr {background-color:#CCBB99;  font-family:arial;
  font-weight:bold; font-size:12px; text-align:left; color:#502020 } 
.benefitsbdy {background-color:#E8E0BB;  font-family:arial;
  font-weight:normal; font-size:12px; text-align:left; color:#602400;valign:top; }
  table.hotels {
	font-size : 0.7em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	border:solid 1px orange;
	line-height:1.4em;
	margin-top:0;
}

.hotelgrdhdr {background-color:#CCBB99;  font-family:arial;
  font-weight:normal; font-size:12px; color:#502020 } 
.hotelgrdbdy {background-color:#E8E0BB;  font-family:arial;
  font-weight:normal; font-size:12pxt; color:#602400 } 
  
  .caption {
  font-size : 0.6em;
	font-family:verdana;arial;helvetica;sans serif;
	font-weight: normal;
	color: #666666;
	margin-right:40px;
	line-height:1.4em;
  }
  
  a.atoz {
  font-family:courier;
  font-size:12px;
  color:808DFF;
  }
  
  .photoframe
  {
  	border:1px solid black;
  	padding:10px;
  	margin:20px;
  	background-color:white;
  }
  #gallery
  {
  	border:1px solid orange;background-color:E8E0BB;
	}
	.caption
	{
		
		font-size : 0.6em;
		font-family:verdana;arial;helvetica;sans serif;
		font-weight: normal;
		color: #666666;
		margin-right:40px;
	}

}

@media print {
	#ticker_container {
		width:320px;
	}
	#navlist {
		visibility:hidden;
	}	
	#content_left {
		visibility:hidden;
	}
	#search{
		visibility:hidden;
	}
	#content_left {
		width:0;
	}
}



