@charset "utf-8";
body {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	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;
}
.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	margin: 0px;
	line-height: normal;
}
h1 {
	font-size: 1.7em;
	text-align: center;
}
h2 {
	font-size: 1.4em;
	margin: 0;
}
h3 {
	font-size: 1.25em;
	margin: 24px 0px 0px;
}

ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
}
li {
	font-size: 100%;
}
.small {
	font-size: .75em;
}

/*
Sets link styles for all links on the page except the Pop Menu Magic Menu.*/
a:link {
	color: #FF9900;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
}
