html, body   	    {margin: 0; padding: 0; background: white; font: 14px arial, verdana, sans-serif; scrollbar-base-color: #006AA6; scrollbar-highlight-color: white;}

a:link	        	{ color: #006AA6; text-decoration: underline; }
a:visited	        { color: #006AA6; text-decoration: underline; }
a:active	        { color: #D2222A; text-decoration: none; }
a:hover		        { color: #D2222A; text-decoration: none; }

select              {font-size: 80%; width:200;}
textarea            {font-size: 80%; background-image: url("media/shadeform.gif");}

.border
{
        border-color:black;
        border-style:solid;
        border-width:1px;
        width:100%;
}
.border-dashed
{
        border-color:#A2BCC7;
        border-style: dashed;
        border-width:1px;
}

.button             {background-color:#006AA6; color: white; border: black 1px solid; cursor:hand;}
.formlabel          {background-color:#E8E8E8; color: black; font: normal normal normal 70%; text-align:right;}
.formlabelr         {background-color:#E8E8E8; color: black; font: normal normal bold 70%; text-align:right;}
.small              {font-size: 70%;}
.textbox            {font-size: 80%; background-image: url("media/shadeform.gif");}
.title              {font-size: 160%;}

#flashlocation      {position: absolute; top: 5px; left: 5px;}
#menulocation       {position: absolute; top: 25px; left: 600px;}

/* Tabbed Menu */
div#menu            {float: left; width: 440px; padding-top: 0px; background: #006AA6}
ul#nav, ul#nav li   {list-style-type: none; margin: 0; padding: 0;}
ul#nav              {margin-left: 2px; width: 100%;}
ul#nav a            {float:left; width: 10em; padding: 5px 0; background: white; text-decoration: none; color: black; font-weight: bold; letter-spacing: .1em;}
ul#nav a:hover      {background: #D2222A; color: white}
ul#nav li           {float: left; margin-right: 2px; text-align: center; font: normal normal bold 100%;}
ul#nav li.activelink a, ul#nav li.activelink a:hover    {background: white; color: #003}


