/*mainStyle.css using the .oneColFixCtrHdr style*/
body {
	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;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: ffffff;
	background-image: url(../images/fadeGreen.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p	{
	font-size: 90%;
}
.oneColFixCtrHdr #container {
	width: 780px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #5d725f;
}
.oneColFixCtrHdr #header {
	font-size: 90%;
	background-color: #5d725f;
	margin: 0px;
	padding: 0;
	/*height: 255px;*/
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #5d725f;
	color: #FFF;
	font-size: 90%;
}
.oneColFixCtrHdr #mainContent img {
	border: 1px solid #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
}
.oneColFixCtrHdr #mainContent a	{
	font-size: 110%;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent a:hover	{
	color: #000;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #5d725f;
}
.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 */
	color: #FFF;
	font-size: 80%;
}
.oneColFixCtrHdr #footer a {
	color: #FFF;
	text-decoration: none;
}
.alignRight {
	float: right;
}
.alignLeft {
	float: left;
}

/*Added from Form Class Schedule*/
.oneColFixCtrHdr #container h1{
	font-size: 120%;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container h2	{
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 2px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.news img {
	margin: 5px;
	border: 1px solid #333333;
}
.box {
	border: 1px solid #333333;
}
.register a	{
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 110%;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}
.register a:hover	{
	color: #000;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
