@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5;
	text-align: inherit; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/back-205a.gif);
	background-color: #3ECBD7;
	font-family: "Tekton Pro Ext", "poor Richard", sans-serif;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
.#container {
	width: 46em;
	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. */
}

#mainContent {
	padding: 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Tekton Pro Ext", "poor Richard", sans-serif;
	list-style-position: inside;
	list-style-type: disc;
}
#mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}



#botnavtab td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
#mainContent h5 {
	font-family: "Tekton Pro Ext", "poor Richard", sans-serif;
	font-size: 95%;
}
