@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6e6 url(../images/bg.gif) repeat-x fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 20px;
	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;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e7e6e2;
	margin: 15px 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. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	height: 102px;/*padding: 0 110px 0 102px;/*  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1, h2, h3 {
	color: #3076b6;
}

	
#mainContent {
	padding: 15px;
	font-size:11px;
}
#mainContent a{
color: #3076b6;
}
.oneColFixCtrHdr #menu {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top: 1px solid black;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}
-->
.oneColFixCtrHdr #footer p a {
	color:#333;
}
.oneColFixCtrHdr #footer p a:hover {
	color:#666;
}
.menu {
	/*border-bottom: 1px solid gray;/*
/* width: 90%; width of menu. Uncomment to change to a specific width */
/*margin-bottom: 1em;*/
background-color:#e7e6e2;
margin-left:10px;
}
.menu ul {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.menu li {
	display: inline;
	margin: 0;
}
.menu li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;
}
.menu li a:visited {
	color: #2d2b2b;
}
.menu li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.menu li.selected {
	position: relative;
	top: 1px;
}
.menu li.selected a { /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;
}
.menu li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

