body, td {
 font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
 font-size:small;
}

.headernavmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	
	padding-top:10px;
	padding-bottom:10px;
}

a.headernav:link, a.headernav:active, a.headernav:visited, a.headernav:offsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	
	text-decoration:none;
}
a.headernav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	
	text-decoration: underline;
}

.headernav a {
color: #FFFFFF;
}

a.acno:link, a.acno:active, a.acno:visited, a.acno:offsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	
	color: #000000;
	
	text-decoration:none;
}
a.acno:hover {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: x-small;
	font-style: normal;
	color: #000000;
	
	text-decoration: underline;
}
#contact{
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

h1 {
font-size:x-large;
color:#A61B06;
}

h2, h3 {
font-size:large;
color:#A61B06;
}

.imageborder {
 border: 1px solid #000000;
 margin: 10px;
}
.imageborderleft {
 border: 1px solid #000000;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 10px;
 margin-left: 0px;
}

.imageborderright {
 border: 1px solid #000000;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 0px;
 margin-left: 10px;
}

#navlist {
        color: white;
        background: #002538;
        border-bottom: 0.2em solid #002538;
        border-right: 0.2em solid #002538;
        padding: 0 1px;
        margin-left: 15px;
		margin-top: -5px;
        width: 12em;
        font: normal 10px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #002538;
        border-width: 1px;
        border-style: solid;
        border-color: #002538 #002538 #002538 #002538;
        border-left: 1em solid #fc0;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #002538 #002538 #002538 #f30; }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 13em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #28b;
        border-color: #069 #6cf #5bd #fc0;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #17a;
        border-color: #069 #6cf #5bd white;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

/* Rounded Corner Box Begin */
.navboxtl 
{
	background: url("images/navcornertl.gif") 0 0 no-repeat;
	
	
}

.navboxtr 
{
	background: url("images/navcornertr.gif") 100% 0 no-repeat;
	padding:10px; /* padding goes in last (inside div) */
	
}

.navboxl 
{
	 /* first two divs hold the bottom corners - IE problem correction */
	background: url("images/navcornerbl.gif") 0 100% no-repeat #F5F5F5;  /* colour goes in first div */
	width: 160px;
	line-height: 1.6em;
}

.navboxr 
{
	background: url("images/navcornerbr.gif") 100% 100% no-repeat;
	padding:10px; /* padding goes in last (inside div) */
}

.clear {font-size: 1px; height: 1px} /* clear div is used to correct a problem - IE problem correction */

/* Rounded Corner Box End */

.leftnavtop 
{
	 /* first two divs hold the bottom corners - IE problem correction */
	background: url("images/navcornertr.gif") 100% 0 no-repeat #F5F5F5;  /* colour goes in first div */
	
}