body{
margin: 0;
padding:0;
background-image:url(../images/interface/bg.jpg);
background-repeat:repeat-y;
background-color:#72a941;
text-align: center;
color:#000000;
line-height: 110%;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#container{
margin-top: 0;
margin: 0 auto;
width: 801px;
text-align: left;

}

/*#######alphabetical#########*/

.bread{
  background-image: url(../images/interface/breadcrumbs.jpg);
  background-repeat:no-repeat;
  line-height:100%;
  color:#ffffff;
  vertical-align:middle;
  font-size: 10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding-right: 80px;
}


.bread a:link{
color:#ffffff;
text-decoration: none;
}

.bread a:hover{
color:#666666;
}
/*kandys notes: needed a visited colour cause the default blended in with the backgroudn */
.bread a:visited, a:active {
color:#333333;
text-decoration: none;
}
/*EO kandys notes */

.expand_l{
background-image:url(../images/interface/expand_l_1px.jpg);
background-repeat:repeat-y; 

}

.expand_r{
background-image:url(../images/interface/expand_r_1px.gif);
background-repeat:repeat-y; 
}

h1{
color:#990000;
font-weight:800;
font-size:20px;
font-family:"Courier New", Courier, monospace;
}

h2{
color:#000000;
font-weight:800;
font-size:16px;
font-family:"Courier New", Courier, monospace;
}

h3{
color:#9EBBDA;
text-transform:uppercase;
font-weight:800;
font-size:12px;
font-family:"Courier New", Courier, monospace;
}



p{
margin-left: 20px;
color:#000000;
line-height: 110%;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p a{
color:#333333;
text-decoration:none;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;

}


/*webacom notes: removed to do a:link tag instead
p a:hover{
color:#ffffff;
}
*/
* html div.topnav  /* hack to set height for IE6 */
{
	padding-top:15px;
}
.bc_fairs {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding:10px;
	width:190px;
	float:left;
}
#topnav{
background-color:white;
background-image:url(../images/interface/top_nav.jpg);
background-position:center top;
background-repeat:no-repeat;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:900;
padding-top:20px;
vertical-align:top;
height:45px;
}

#topnav a{
color:#ffffff;
text-decoration:none;
}


#topnav a:hover{
color:#A0D3DE;

}

li a{
color:#000000;
line-height: 110%;
text-decoration:none;
font-size:12px;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;

}


li a:hover{
color:#990000;

}
/*kandys notes*/
h5 
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-style: italic;
font-variant: normal;
font-weight: bold;
font-size: 12px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
color: #0c73cc;
margin-top: 20px;
margin-bottom: -15px;
padding-bottom: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
}

a:link {
	color: #84A68B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6EA1D6;
}
a:hover {
	text-decoration: underline;
	color: #6EA1D6;
}
a:active {
	text-decoration: none;
	color: #6EA1D6;
}
