@charset "UTF-8";
body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	text-align: center;
	height: 165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header ul {
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #006600;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006600;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header li {
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	float: left;
}
#header li a:link,#header  li a:visited {
	diplay: block;
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#header li a:hover, #header li a:active {
	color: #FF0000;
}
#header li a.current,#header li a.current:hover,#header li a.current:active {
	color: #FF0000;
	background: #fff;
	cursor: default;
}
#header a:link,#header a:visited,#header a:hover,#header a:active {
	color: #333333;
	text-decoration: underline;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent li a:link,#mainContent li a:visited {
	diplay: block;
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent li a:hover, #mainContent li a:active {
	color: #FF0000;
}
#mainContent li a.current,#mainContent li a.current:hover,#mainContent li a.current:active {
	color: #FF0000;
	background: #fff;
	cursor: default;
}
#mainContent a:link,#mainContent a:visited,#mainContent a:hover,#mainContent a:active {
	color: #333333;
	text-decoration: underline;
}

#footer {
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#container #mainContent #quote {
	line-height: 14px;
}

.style1 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	color: #006600
}
.style4 {
	font-size: 12px;
	font-weight: bold;
}
#container #mainContent a {
	color: #000066;
}
