@charset "UTF-8";
body {
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
p {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	color: #396798;
}
h2 {
	color: #036;
}
h3 {
	color: #036;
}
h4 {
	font-size: medium;
}
li {
	list-style: circle outside;
	color: #000;
	padding-left: 10px;
	margin-left: 10px;
}
ul {
	list-style: circle;
	text-indent: 40px;
}
ul {
	font-style: normal;
	list-style: circle inside;
}
p, ul, ol, dl {
	margin: 0px 20px 7px;
}
img {
	margin: 0px;
	padding: 0px;
}
/*a or anchor tags - the four states that must appear in the following order - L, V, H, A Styles*/
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #066;
	text-decoration: none;
}
a:hover {
	color: #33C;
	text-decoration: underline;
}
a:active {
	color: #36C;
	text-decoration: none;
}
.blue {
	color: #0066cc;
}
.bold {
	font-weight: bold;
	color: #0066cc;
}
.boldWord {
	font-weight: bolder;
	color: #0066cc;
}
.footercenter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: center;
}
.footercenter {
	text-align: center;
}
.indent {
	text-indent: 2em;
	left: auto;
}
.italic {
	font-style: italic;
	color: #F00;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333;
	border-top: thick none #069;
	border-right: thick ridge #069;
	border-bottom: thick ridge #069;
	border-left: thick ridge #069;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}
#contentmain {
	clear: none;
	float: none;
	padding: 20px;
}
#navigation {
	vertical-align: top;
	background: #e2e8ff;
}
#header {
	background: #002853;
}
#footer {
}
#Sidebar1 {
	padding: 0px 10px;
	margin-right: 10px;
	float: left;
	left: 0px;
	top: 10px;
	background: E2E8FF;
	width: 200px;
	margin-left: 10px;
}
#Sidebar2 {
	float: right;
	width: 120px;
	margin-left: 12px;
	clear: right;
	top: 0px;
	right: 0px;
	height: 500px;
}
h4 {
	color: #FFF;
}
