﻿body {background: #fff url('../images/MWCRaiderBG.gif') no-repeat top left fixed;
	margin: 0 0 20px 0; padding: 0; font-family: Verdana, sans-serif; 
	font-size: 0.85em;  /* font-size: 0.95em; */
	color: #000; 
	line-height: 1.5em; }
	
#header {width: 80%; background:transparent; margin: 0 auto; padding: 0; height: 101px; }
#header h1 {padding: 30px 65px 30px 0px; 
            /* color: #A4BAF5; */
            color: Green; 
            /* font-size: 1.4em; */
            font-size: 1.9em; 
            letter-spacing: 3px;
	margin: 0; text-align: right; background: url(../images/MWCRaiderSmall.gif) 100% 51% no-repeat; }
#header h1 span {color: Green; /* #7597F6; */}
#headerlinks { text-align:right }

h2 {color: Green; border-bottom: 1px solid Green; 
    margin: 0; padding: 10px 0 1px 0; font-size: 1.2em;  }

#nav {/* position: absolute; top: 85px; left: 10%; */
    position:relative; top:0px; left:0px;
    background-color:Transparent; outline-style:hidden;
    padding: 0; margin: 0 auto; /* width: auto; */
    width: 95%; font-size: 0.85em;
    /* height: 25px; */
    line-height:200%; text-align:center; }
#nav li {list-style: none; margin: 0; padding: 0; display: inline; }
#nav li a {padding: 3px 5px; margin: 0;	
    /* border-top: 1px solid #A4BAF5; border-right: 1px solid #A4BAF5; border-bottom: 0; border-left: 1px solid #A4BAF5; */
    border-top: 1px solid Green; border-right: 1px solid Green; border-bottom: 0; border-left: 1px solid Green;
	background: transparent url(../images/DarkGrayTransBG.gif) repeat; text-decoration: none; }
#nav li a:link {color: Black; /* #7597F6; */ }
#nav li a:visited {color: Black /* #7597F6; */ }
#nav li a:hover {color: #000; background: transparent url(../images/DarkGreenTransBG.gif) repeat; }
/* #nav li a#current {background: transparent url(../images/DarkBlueTransBG.gif) repeat; 
    border-bottom: 1px solid #7597F6; color: white; } */

#container {background: transparent url('../images/LightGrayTransBG.gif') repeat;
	width: 95%; margin: 0 auto;	padding: 0; }
#content {margin: 0; padding: 20px; }

#footer {background: transparent; padding: 5px 10px 2px 0; text-align: right; 
         font-size:xx-small;
         /* font-size: 0.75em; */
         width:95%;
	clear: both; line-height: 1.15em; }
	
a, a:visited {background: transparent; color: Black; /* #7597F6; */
    /* border-bottom: 1px solid #7597F6;   */
    border-bottom: 1px solid Green;
	text-decoration: none; font-weight:normal; }
a:hover, a:active {background: transparent; color: Green; /* #A4BAF5; */ }

.imglink { height:20px; border:0; text-decoration:none;    }



a img { border:none; text-decoration:none;  }


.centeredlist ul {text-align:center; line-height:1px; }

.fyi { font-style:italic; font-size:xx-small; color: Gray; }
.important { font-style:italic; color:Red; }



table.infotable caption { font-weight:bold; text-align:left; }
table.infotable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: green green green green;
	border-collapse: separate;
	background-color: Transparent;
	
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	
}
table.infotable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: Transparent;
	-moz-border-radius: 4px 4px 4px 4px;
}

table.infotable td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: white;
	
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	
	-moz-border-radius: 4px 4px 4px 4px;
}

