h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #930;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #663300;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	text-decoration: none;
}

a { text-decoration: none; }
a:hover {
	color: #060;
	background-color: #ff0;
	border: thin solid;
}

.update {
	font-size: smaller;
	font-style: italic;
	color: #b00;
}
.desc {
	font-style: italic;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
	font-family: "Times New Roman", Times, serif;
}
#headtable h1 b {
	font-size: 150%;
}
#headtable h1 {
	font-size: large;
}



body {
	background: #fff;
	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-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneHdr #container {
	width: 100%;
	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. */
}
#header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#headtable {
	padding: 4 pt;
	border: none;
	width: 100%;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #930;
}
#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;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer {
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	background-color: #FFC;
	border: none;
	color: #063;
	font-weight: bold;
} 
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #FFF;
	background-color: #0C0;
	white-space: nowrap;
}
.menu a {
	color: inherit;
	text-decoration: none;
}
.menu a:hover, .menu td:hover {
	color: #000;
	background-color: #ff0;
	border: none;
}

#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 */
}

#header b {
	color: #930;
	font-size: larger;
}
.oneHdr ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
}
.oneHdr .update {
	font-family: "Comic Sans MS", cursive;
	font-size: small;
	font-style: italic;
	color: #900;
}
