@charset "utf-8";
body {
	background: #ffffff;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 100%;
}

 

a {
	font-size: 13px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:link {
	COLOR: #0000FF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	border-top-color: #FFFFFF;
	border-top-style: dotted;
	border-top-width: 1px;
}
a.nav:visited {
	COLOR: #0000FF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	border-top-color: #FFFFFF;
	border-top-style: dotted;
	border-top-width: 1px;
}
a.nav:active {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #0000FF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
a.nav:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}

 

.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.menu {
	background-color: #006699;
	width: 151px;
	padding: 10px;
	float: left;
	left: 1px;
	top: 1px;
}
.menu_text {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background-color: #006699;
	padding: 0px;
	border-top-color: #FFFFFF;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
}
.page_container {
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
}
.h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #003366;
	text-align: left;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 150%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.h2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	margin-top: 20px;
	padding-top: 10px;
	color: #CC0000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #000000;
	text-align: justify;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #000000;
	text-align: justify;
}
.lower_menu {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}



.sidebar_box {
	background-color: #f2fbf0;
	border: solid 1px #99ccff;
	width: 160px;
	margin-top: 15px;
}
.sidebar_heading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	background-color: #E2F0DD;
	padding: 10px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: left;
}
.sidebar_text {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	line-height: 150%;
}
