/*Define the web page frame*/
/*version 1.30.2007*/
/*Standards specify that any given ID name can only be referenced
 once within a page or document.
Classes vs IDs: Use IDs when there is only one occurence per page.
Use classes when there are one or more occurences per page.*/

body {background-color: #F5F5F5; color: black;  font-family: Verdana, Arial, Tahoma}

a:link		{color: #800000; font-weight:bold; }
a:visited {color: #FF0000; font-weight:bold;}
a:hover	  {color: #FFFF00; font-weight:bold; }
a:active  {color: #B22222; font-weight:bold; }

table { width: 900px; border: thin solid rgb(135,75,75);}

td#banner {height: 160px; background-image: url('./images/banner_1.gif'); background-repeat:norepeat;}
h1 { font-weight: bold;   font-size: 150%;}
h2 {color:#800000; font-weight: bold;  font-size: 125%;}
h3 {font-weight: bold;  color: black;   font-size: 100%}

.linkbar {align: center; background-color: #800101;  color: white; font-family: Verdana; font-size: 14px;  padding: 3 2 1 2}


.leftside {  width: 15%; background-color:  #D2B48C;  vertical-align: top; padding: 5px;font-size: 100%;border-right:  solid; border-color: #874B00}


.middle {color:black; font-size: 11px; padding: 10px; }

.rightside {width: 25%; color:black; font-size: 11px; padding-top: 4;  padding-left: 4; padding-right: 4; border-left: thin solid #000000; }


.titlebox {width: 85%; background-color: #8B0000; background-image:url('images/background.jpg'); color: white; font-family: Verdana; font-size: 13px;  }


.style1 {color:#800000; font-size: 24px; font-weight:bold; padding-top: 30px; text-align: center;}
.style2 {color:#800000; font-size: 24px; font-weight:bold;  text-align: center;}


.style3 {color: #D3D3D3; font-size: 11px;}
.style4 {color: black;   font-size: 12px;}
.style4a {color: red; font-size: 12px; font-weight:600; text-align: center;}
.style5 {font-size: 12pt;color:white;font-weight:600;}

.style6 a:link {color: #0000FF; font-weight:bold; }
.style6 a:visited {color:#FF0000; font-weight:bold;}
.style6 a:hover {color: #FFFF00; font-weight:bold; }
.style6 a:active {color:#B22222; font-weight:bold; }

td.form { background-color: #800000; font-weight:bold; color: white;}
td.footer{border: thin solid rgb(255,165,0); vertical-align: top; padding-left: 5px; font-size:10px;}

div.floatlft {float: left; padding: 5 5 5 5px}