@charset "UTF-8";
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #bccebf url(images/bg1.gif) repeat-y center;
	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: #000000;
}
a:link {
	color: #600;
}
a:visited {
	color: #666;
}
a:hover {
	color: #900;
}
a:active {
	color: #900;
}
#navbar a {
	text-decoration: none;
}
#navbar a:link {
	color: #fff;
}
#navbar a:visited {
	color: #fff;
}
#navbar a:hover {
	color: #fc0;
	text-decoration: underline;
}
#navbar a:active {
	color: #fc0;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* 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. */
	text-align: center;
}
.oneColFixCtrHdr #header img {
	margin-top: 7px;
	margin-bottom: 8px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0px;
	padding: 5px 0px 10px;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
	margin-right: 13px;
	margin-left: 13px;
	clear: both;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #navbar {
	text-align: center;
	background-color: #600;
	color: #fff;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-right: 13px;
	margin-left: 13px;
}
#mainContent dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#mainContent dd {
	margin-bottom: 15px;
}
.photoRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.ruleAbove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.photoLeft {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#runSchedule {
	background-color: #eee;
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 10px;
}
#runSchedule table {
	border: 1px solid #999999;
}
#runSchedule h3 {
	margin-top: 0px;
	background-color: #ccc;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
