/*GENERAL STYLES */

 body{
 background-color: #000837;
 }


/* IDS  */
 #container {
 width: 745px;
 background-image: url('/images/bkgd.jpg');
 background-repeat: repeat-x;
 }

 #main {
 width: 745px;
 padding: 0, 25px, 0, 25px;
 }

 #pagecont {
 width: 745px;
 background-color: #FFF;
 }

 #pagecontent {
 width: 650px;
 }

/* CLASSES */

 .text {
 font-family: verdana;
 font-size: 11px;
 font-weight: normal;
 color: #333;
 line-height: 17px;
 }

 .footer, .footer a {
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #999999;
 line-height: 14px;
 text-decoration: none;
 }

 .footer a:hover {
 color: #FFFFFF;
 text-decoration: none;
 }




 .menutext, .menutext a {
 font-family: tahoma;
 font-size: 11px;
 font-weight: bold;
 color: #730000;
 text-decoration: none;
 cursor: pointer;
 text-transform: uppercase;
 }

 .menutext a:hover {
 text-decoration: none;
 cursor: pointer;
 }

 #container1 {
 width: auto; 
 height: 75px;
 position: absolute;
 visibility: hidden;
 z-index: 100;
 }

 #container2 {
 width: auto; 
 height: 75px;
 position: absolute;
 visibility: hidden;
 z-index: 100; 
 }

 #container3 {
 width: auto; 
 height: 150px;
 position: absolute;
 visibility: hidden;
 z-index: 100;
 }

 #menu_bkgd {
 width: 145px; 
 height: 100px;
 background-color: #E0E0E0;
 filter:alpha(opacity=85);
 -moz-opacity:.85;
 opacity: .85;
 position: absolute;
 top: 3;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 100;
 border-style: solid;
 border-width: 1px;
 border-color: #777;
 }

 #menu {
 font-family: tahoma;
 font-size: 10px;
 font-weight: bold;
 color: #000;
 line-height: 17px;
 position: relative;
 top: 3;
 left: -20;
 z-index: 100;
 }

 #menu a {
 font-family: tahoma;
 font-size: 10px;
 font-weight: bold;
 color: #000000;
 line-height: 17px;
 border-style: dotted;
 border-width: 0, 0, 1px, 0;
 border-color: #666;
 }

 #menu a:hover {
 text-decoration: none;
 color: #730000;
 }
