@charset "utf-8";
/* CSS Document */
body {
	background-color:#014401;
	color:#CCCCCC;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		a {text-decoration:none}
		a:link {
	color:#006600
}
		a:visited {color:#014401}
		ul {float:left}
		p{
	margin-left:200px;
	padding-right: 20px;
	color: #000000;
}
h2 {text-align:center;
	color:#000000}
		address {text-align:center; color:#999999}
		#container2 {background-color:#ffffff}
		#container {
	/* This is the container div for EVERYTHING.  It keeps everything in place and can set up all design elements for the page.  Use it well. */
	width: 52em;  /* set to your design's width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* delete it */
	text-align: left; /* this overrides the text-align: center on the body element, but it may cause later problems with centering your th tags (table header) */
	clear:none
}
#header {
	background: #DDDDDD; /* delete it */
	padding: 0;
	float: none;
}
#footer {
	padding: 0 px;
	background:#000000; /* delete it */
	clear:both;
}
		#headerlogo {
        /* Position definition */
	position: relative;
        /* Box definition */
	padding: 0px;
}
#leftcontainer {width:auto;
				float:left}
#rightcontainer {width:auto;
				float:right;
				padding:10px;
				}
table {color:#000000; margin-top:10px; margin-bottom:10px}
td {padding:3px}
#linkbox a {text-decoration:underline}
#linkbox td {border:ridge; border-color:#000000; vertical-align:middle; padding:8px; text-align:center; width:19em}
#linkbox table {margin-top:10px; width:38em; background-color:#E4FADA}
#dhtmltooltip{
position: absolute;
width: 600px;
border: 2px solid black;
padding: 10px;
color:#000000;
text-align:left;
background-color:#33CC33;
font-family:Geneva, Arial, Helvetica, sans-serif;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.buttonbox a {border:none; padding:20px}
.buttonbox img {border:none}
.buttonbox {margin-top:30px}




/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
