@charset "UTF-8";
body {
	font: 100%;
	background: #666666;
	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: #333333;
	background-image: url(images/bkg.gif);
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	padding-top: 20px;
	
}
.oneColFixCtr #container {
	width: 718px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 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. */
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-left: 6px;
}
.yellow {
	background: #E9E9E9;
}
.blue {
	background: #29526e;
	color: 29526e;
}
.menu {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.main_text {
	padding-top: 2px;
	padding-left: 6px;
}
.grey {
	background: #d7dade;
}
.ltblue {
	background: #9bbado;
}
.lower_subheads {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	background: #9bbad0;
	text-align: center;
	padding: 2px;
	list-style-image: url(images/yellow_bullet.gif);
	color: #FFFFFF;
}
.bottom {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	text-align: center;
	padding-bottom: 3px;
	color: #333333;
}
a:link {
	color: #003366;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #CC9900;
}
a:active {
	color: #CCCC00;
}
td#menu a:link {
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
td#menu a:visited {color: #FFFFFF;
font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
td#menu a:hover {color: #CC9900;
font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
td#menu a:active {
	color: #FFFF00;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
.menuSelect {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFCC00;
	text-align: center;
	font-weight: bold;
}
