.copyright { COLOR: #666666; }

BODY, TD, .text1 {
font-family: Verdana,Arial;
color: #303030;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
}
H1, .header1 {
font-family: Arial;
color: #4F78AE;
font-size: 21px;
font-weight:normal;
text-decoration:none;
}
H2, .header2 {
font-family: Arial;
color: #4F78AE;
font-size: 17px;
font-weight:normal;
text-decoration:none;
}
H3, .header2, {
font-family: Arial;
color: #4F78AE;
font-size: 14px;
font-weight:normal;
text-decoration:none;
}
.link1 {
font-family: Arial;
color: #FFFFFF;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
padding-left:5px;
padding-right:5px;
}
.link1:hover {
font-family: Arial;
color: #FFFFFF;
font-size: 8pt;
font-weight:normal;
text-decoration:underline;
padding-left:5px;
padding-right:5px;
}

.link2 {
font-family: Arial;
color: #6F8DBA;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
padding-left:3px;
padding-right:3px;
}
.link2:hover {
font-family: Arial;
color: #006699;
font-size: 8pt;
font-weight:normal;
text-decoration:underline;
padding-left:3px;
padding-right:3px;
}

.inputbox {
font-family: Verdana,Arial;
color: #303030;
font-size: 8pt;
font-weight:normal;
text-decoration:none;
}

#outerwrapper {
 margin: 0 auto;
 text-align: left;
 width: 750px;
 border: 1px solid #dae4f1;
}

#siteheader {
 padding: 10px;
 width: 730px;
 height: 76px;
 background-color: #6d8eab;
}

#siteheadertext {
 text-align: center;
 valign: top;
 font: bold italic xx-large serif;
 color: white;
}

#logo {
 float: right;
}

#pageheaderimage {
 width: 100%;
 height: 200px;
 overflow: hidden;
}

#menubar {
 width: 100%;
 height: 26px;
 background-color: #6d8eab;
}

#contentwrapper {
 padding: 10px;
}

#menu 
{
 background-color:  blue;
 text-align: left;
 margin: 0;
}

#menu ul 
{
 list-style: none;
 padding: 0px;   /* padding to buttons */
 margin: 0px;   /* indent from outside div */
}

#menu li 
{
 margin: 0px;   /* indent from outside div */
 float: left;    /* left for horizonal menu, otherwise its vertical. */
}

#menu a
{
 font-weight: bolder;
 color: white;
 float: left;     /* left for horizonal menu, otherwise its vertical. */
 text-decoration: none; /* remove typical underline */
 font-size: 10px;    /* menu text size */
 display: block; /* treats layout of buttons like they're table cells rather than list items */
 padding: 7px 15px;   /* padding of text within button */
 /*height: 25;*/
 margin: 0px;   /* padding of button within list item */
}

#menu a:hover {  /* override as neccesary for mouse over effects */
 color: white; 
 text-decoration: underline;
 background-color: #003366;
 height: 100%;
}

#menu ul ul {  /* this one is the dropdown */
 float: none;
 background-color: #CCC;
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
 margin: 26px 0px;  /* relative position of the menu to the button... 0=tight on bottom.. */
 padding: 0px;
}

#menu ul ul li {  /* this one is the dropdown */
 margin: 0px;   /* indent from outside div */
 display: block;
 float: none;
}

#menu ul ul a {  /* override colours for drop down buttons */
 background-color:#CCC;
 color:black;
 width: 100%;
 border-width: 0px 1px 1px 1px;
 border-style: solid;
 border-color: #6d8eab;
 padding: 4px;
}

#menu ul ul a:hover, #menu ul ul a:visited, #menu ul ul a:active{  /* override colours for drop down buttons */
 color: black;
 background-color: #CCC;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
 left: auto;
}
