body {
	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: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
#container  {
	width: 780px;
	text-align: left; /* the auto margins (in conjunction with a width) center the page */
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #CCCCCC;
}
#header  {
}
#nav1 {
	background-color: #6E6894;
	text-align: center;
	padding: 10px;
}
#nav1 a {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}
#nav2 {
	text-align: center;
	padding: 10px;
	background-color: #6E6894;
}
#nav2 ul {
	margin: 0px;
	padding: 0px;
}
#nav2 li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
.text_padding {
	padding: 20px;
}
#nav2 a {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}
#nav2 a:hover {
	color: #FF0000;
}
#nav1 a:hover {
	color: #FF0000;
}
#nav1 ul {
	margin: 0px;
	padding: 0px;
}
#nav1 li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #999999;
}
#footer  {
	background:#DDDDDD;
	height: 2000px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #666666;
}
#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 */
}
#footer {
	background-color: #666666;
}
#bottomnav1  ul {
	margin: 0px;
	padding: 0px;
}
#bottomnav1 li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#bottomnav1 {
	text-align: center;
	padding: 10px;
	background-color: #6E6894;
}
#bottomnav1 a {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav1 a:hover {
	color: #FF0000;
}
#bottomnav2 ul {
	margin: 0px;
	padding: 0px;
}
#bottomnav2 li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#bottomnav2 {
	text-align: center;
	padding: 10px;
	background-color: #6E6894;
}
#bottomnav2 a {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav2 a:hover {
	color: #FF0000;
}
body,td,th {
	color: #000000;
}
#mainContent {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
.style3 {font-size: small; font-style: italic; }
.border_image {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

