body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(images/back.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #C40030;
	text-decoration: none;
}
a:active {
	color: #C40030;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 598px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
.oneColFixCtrHdr #header {
	margin: 0 auto;
	width: 598px;

}
.oneColFixCtrHdr #menu {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	height: 27px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 0px;
	padding-top: 3px;
	width: 598px;
	margin: 0 auto;
}

.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 {
	margin: 0 auto;
	width: 598px;

}

.oneColFixCtrHdr #mainContent_editable {
	min-height: 370px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	width: 518px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #7A000D;
}
.oneColFixCtrHdr #container #mainContent h3 {
	color: #7A000D;
	font-size: 14px;
	font-weight: bold;
}
.oneColFixCtrHdr .day {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A0022;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #8B0017;
	padding-bottom: 5px;
	padding-top: 10px;
}
.oneColFixCtrHdr #mainContent  .programa     {
	line-height: 140%;
	font-size: 13px;
}
.oneColFixCtrHdr   #mainContent .margin_left     {
	margin-left: 55px;
	line-height: 120%;
	margin-bottom: 5px;
	font-size: 11px;
}
.oneColFixCtrHdr #footer {
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
	width: 598px;
	margin: 0 auto;
}
.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 */
}
.style1 {
	font-family: "Microsoft Sans Serif"
}
.oneColFixCtrHdr #container .form {
	margin-top: 10px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container .form_topic {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.oneColFixCtrHdr .error {
	color: #FF0000;
}
.oneColFixCtrHdr .ok {
	color: #00CC00;
}
blockquote {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}