html
    {
    font-size: 100%;
    }
body
    {
    margin: 0;
    height: 100%;
    padding: 0;
    color: #9999cc;
    font: 0.85em "Helvetica", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
    background: #000;
    text-align: center;
    }
#bodytext li, p 
    {
    text-align: left;
    }

/* ANCHORS */
a
    {
    color: #ffcccc;
    text-decoration: none;
    }
a:visited 
    {
    }
a:hover, a:active, a:focus 
    {
    color: #ffffff;
    text-decoration: underline;
    }

/* PAGE SLICE */
#container
    {
    text-align: center;
    }
* html #container
    {
    }

/* BODY PANE */
#bodytext
    {
    display:block;
    position:relative;
    border-width: 1px;
    border-style: solid;
    border-color: #A00000;
    margin: 0 20px 0 20px;
    padding: 0;
    min-height:190px;
    }
* html #bodytext
    {
    }
#bodytext p
    {
    margin: 5px 15px 20px 5px;
    text-align: justify;
    }
#bodytext h3
    {
    height: 24px;
    margin: 1em 0.5em 0.5em 0.5em;
    }
h1, h2, h3, h4 
    {
    text-align: left;
    font: 2em "Helvetica", Arial, Tahoma, sans-serif;
    letter-spacing: 0.05em;
    }
h1, #boxes h3
    {
    height: 1.2em;
    color: #cdcde6;
    margin: 0;
    padding: 0 0 0 1%;
    }
h2
    {
    font-size: 1.6em;
    color: #cdcde6;
    margin: 0 0 0 1%;
    }
h4
    {
    font-size: 1.3em;
    color: #cdcde6;
    margin: 0 0 0 2%;
    }

dl  {
    text-align:justify;
    }
dt  {
    font-size: 1.2em;
    color: #cdcde6;
    padding: 5px;
    }
dd  {
    margin: 15px;
    color: #a8a8d3;
    text-align: justify;
    }


#copyright p
    {
    font: 0.9em Helvetica, Arial, Tahoma, sans-serif;
    color: #4d4d66;
    text-align: right;
    padding: 0 20px 0 0;
    }

/* Footer MENU tabs */
.menu 
    {
    display:table;         /* ignored by IE */
    padding:0; 
    list-style-type:none;
    white-space:nowrap;    /* keep text on one line */
    margin:0 auto;
    }
* html .menu 
    {          /* for IE only */
    display:inline-block;  
    width:1px;             /* IE will expand to fit menu width */
    padding:0 2px;         /* fix bug in IE for border spacing */
    }  
.menu li 
    {
    display:table-cell;    /* ignored by IE */
    }
* html .menu li 
    {
    display:inline;        /* for IE only */
    }
.menu a 
    {
    display:block;         /* for all browsers except IE */
    font-size: 0.9em;
    color: #cccccc;
    height: 15px;
    width: 75px;
    text-decoration:none;
    }
* html .menu a
    {
    display:inline-block;  /* for IE only */ 
    margin:0 -2px;         /* to correct an IE border width bug */  
    }

.menu a:active, .menu a:hover, .menu a:focus
    {
    color: #ffffff;
    }

/* images and floats */

img {
    border: 0;
    }

.imgctr
    {
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    }
.fright
    {
    margin: 2px 0px 2px 4px;
    border: 0;
    float: right;
    }
.fleft
    {
    margin: 2px 4px 2px 0;
    float: left;
    }

.padright
    {
    float: right;
    margin: 10px;
    }

/* forms */

textarea, select, input {
    color: #99ccff;
    background-color: #000;
    border: 1px solid #660000;
}
#contact {
	position: relative;
	display: block;
}
#contact select {
        width: 52%;
        }
#contact fieldset {
	background-color: #000;
	background-image: url(/images/keys1.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 10px 10px 0px 10px;
	border: 0;
        text-align: right;
	position: relative;
	z-index: 1;
}
#contact textarea {
	text-indent: 0px;
        font: 1em "Helvetica", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	line-height: 100%;
	background-color: transparent;
	padding: 1%;
        margin: 0px;
	border: 1px solid #660000;
	width: 50%;
	height: 11em;
	
}
#contact input
   {
   display:inline-block;
   margin: 0px 0px 0px 10px;
   font-weight: bold;
   width: 52%;
   }
input#submit, input#reset
   {
   display:inline-block;
   height: 20px;
   margin: 0;
   padding: 0;
   width: 100px;
   background-image: url(/images/tab01_100x40.gif);
   background-position: 0px 0px;
   background-repeat: no-repeat;
   border: 0;
   color: #99ccff;
   font-weight: bold;
   }
input#reset {
   margin-right: 1%;
   }
input#submit:hover, input#reset:hover
   {
   color: #ffffff;
   }
input.image 
   {
   display: inline;
   white-space: no-wrap;
   border: 0;
   }

/* GENERAL COLOR MODS */
.cold3
   {
   color: #4d4d66;
   }
.cold2
   {
   color: #737399;
   }
.cold1
   {
   color: #8282ad;
   }
.coll3
   {
   color: #cdcde6;
   }
.coll2
   {
   color: #b3b3d9;
   }
.coll1
   {
   color: #a8a8d3;
   }
.white
   {
   color: #ffffff;
   }
.grn
   {
   color: #00dd00;
   }

/* GENERAL POSITION MODS */
.ctr
   { text-align: center!important; }

