@charset "utf-8";
body {
	font: 13px "trebuchet ms";
	background:url(images/bgGradient.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#191919;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#footer {
width:754px;
color:#ACACAC;
/*background:#050505;*/
margin-left:13px;
font-size:12px;
padding:10px 0;}

#footer a {color:#ACACAC;
		   text-decoration:none;}
		   
#footer a:hover {color:#FFFFFF;
				 text-decoration:overline;}


.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#wrapper {
width: 800px;
background-color: #00000F;
margin: 0 auto;

}

#nav {
font: "trebuchet";
text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color:#004080;
	text-decoration: none;
}

#nav a:link {
font: "trebuchet";
text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #004080;
	text-decoration: none;
}

#nav a:visited {
text-decoration: none;
	color: #004080;
}

#nav a:hover {
text-decoration: overline;
color: #232323;
}

#nav a:active {
color:#0062C4;
text-decoration: none;
}

.title {
font: "trebuchet ms", arial, sans-serif;
font-size: 18px;
font-weight: bold;
width: 95%;
background: #B9D0CF;
border-bottom: 20px solid #000000; 

}

.title p {
 
padding: 10px 10px 10px 10px;
clear: left;
text-align: center;
color: #000000;
}

h1 {

	font: 17px "trebuchet ms", arial, sans-serif;
	text-align: center;
	background-color: #B9D0CF;
    font-weight: bold;
}

h2 {

font-size: 12px;
fontcolor: #000000;

}
a:link {
	color: #000095;
}
a:visited {
	color: #000095;
}
a:hover {
	color: #232323;
}
a:active {
	color: #828282;
}

.welcome {color:#FFFFFF;
font-size:20px;
font-weight:bold;
text-align:center;
padding-top:4px;
padding-bottom:4px;}

.sideheading {color:#000000;
font-size:20px;
font-weight:bold;
text-align:center;
padding-top:4px;
padding-bottom:4px;}

.leftPadd {padding-left:8px;}
.PaddTable {padding-left:2px;}

.greenBox {color:#007900;}
