body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}
p { font-size: small; text-indent: 10px;     text-align: left;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td.navimg { background-image:url(Graphics/ANCCS_Button2.gif);

}

td.logo { background-image:url(Graphics/Teal_ANCCS_Banner.gif); 
		  background-repeat:no-repeat;
		  background-position:center;  
		  
}

td.wave { background-image:url(Graphics/bigWaveT.gif);
		  background-repeat:no-repeat;
		  background-position:center; 
}


.ruler {border-top-width: 2px;
        border-top-style: solid;
        border-color: #427452;
        }
		
.smRuler {border-top-width: 6px;
        border-top-style: dotted;
        border-color: #427452;
		width:inherit;
        }
.xsmRuler {border-top-width: 6px;
        border-top-style: dotted;
        border-color: #427452;
		width:3px;
        }
 p.line {
    padding: 5px;
    border-top: none;
    border-left: solid;
    border-bottom: none;
    border-right: solid;
    border-left-width: 3px;
    border-left-color: #427452;
	border-right-color: #427452;
	border-right-width: 7px;
  }

// ul {list-style: url(graphics/swirl.gif) disc;} //
  
.style1 {
	color: #427452;
	font-weight: bold;
}
.style2 {color: #000000}
.style3 {color: #000000; font-weight: bold; }
.style4 {
	font-family: Papyrus;
	font-weight: bold;
	font-size: 14px;
}
.style5 {
	font-family: Papyrus;
	font-size: 14px;
}

.style6 {color: #FFFF00}
.style7 {
	font-family: Papyrus;
	color: #FFFF00;
}
.style8 {font-size: x-small}
.ctrStyle { text-align:center; }

a:link.mail { 
	text-decoration: none;
	font-weight:bold;
}

a:link.nav { 
	color:#F4A460;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited.nav { 
	color:#4D9765;
	text-decoration: none;
	font-weight:bold;
}
a:hover.nav {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:active.nav {
	text-decoration: none;
	font-weight:bold;
}

#tabmenu {
	color: #000;
	border-color: #427452;
	border: 2px
	border-bottom: 2px solid #427452;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	width: 384px;
	z-index: 1;
	padding-left: 10px;
	border-top-style: none;
	
}

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
	color: #8E2323;
	background: #4D9765;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 'border-width' 350px;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
	font-size: 9px;
}

	#tabmenu a.active {
		background: #FFFFFF;
		border-color: #427452;
		border-bottom: none; }

	#tabmenu a:hover {
		color: #fff;
		background: #CD5C5C; }

	

	#tabmenu a.active:hover {
		background: #FFFFFF;
		color: #F08080; }

	#content {font: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		background: #FFFFFF;
		padding: 20px;
		border: 2px solid #427452;
		width: 350px;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #427452; }

	#content a:hover { background: #FFFFFF; }
	
	.accordionItem h2 { margin: 0; font-size: 1.1em; padding: 0.4em; color: #fff; background-color: #8E2323; border-bottom: 1px solid #66d; }
.accordionItem h2:hover { cursor: pointer; }
.accordionItem div { margin: 0; padding: 1em 0.4em; background-color: #eef; border-bottom: 1px solid #66d; }
.accordionItem.hide h2 { color: #000; background-color: #990000; }
.accordionItem.hide div { display: none; }

