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-color: #BB7E00;
	background-image: url(../images/Procrastination-Background.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	position: relative;
	width: 780px;
	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. */
	background-color: #FFFFFF;
	background-image: url(../images/Container-Background.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #3366cc;
	background-image: url(../images/Procrastinators-Calendar-Banner.gif);
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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 20px;
	background-color: #FFFFFF;
	background-image: url(../images/Container-Background.gif);
	background-repeat: repeat-y;
	line-height:125%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3366cc;
}
.oneColFixCtrHdr #mainContent li{
	font-size: 90%;
}
.oneColFixCtrHdr #mainContent h2{
	margin-top: 34px;
}
.oneColFixCtrHdr #mainContent .h2_mimic{
	font-weight: bold;
	font-size: 150%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3366cc;
}
.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 */
	font-size: 80%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}


.oneColFixCtrHdr #container a.button {
	background-image: url(../images/ProCal-Button.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 194px;
	display: block;
	border: none;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	padding-right: 6px;
	line-height: 230%;
	font-weight: bold;
}

.oneColFixCtrHdr #container a.button:hover {
	background-image: url(../images/ProCal-Button-hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #FFFFFF;
}

.oneColFixCtrHdr #container a.button_long {
	background-image: url(../images/ProCal-Button-long.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 344px;
	display: block;
	border: none;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	padding-right: 14px;
	line-height: 220%;
	font-weight: bold;
}

.oneColFixCtrHdr #container a.button_long:hover {
	background-image: url(../images/ProCal-Button-long-hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #FFFFFF;
}


.oneColFixCtrHdr #container a.button_inline {
	display: inline;
	border: 1px solid #3C2713;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	background-color: #cc9933;
	padding-right: 10px;
	padding-left: 10px;
}

.oneColFixCtrHdr #container a.button_inline:hover {
	background-color: #3366cc;
	color: #FFFFFF;
}

.oneColFixCtrHdr #container #footer a {
	background-color: #5B84D7;
}


.oneColFixCtrHdr #container #footer a:hover {
	background-color: #cc9966;
}



.hint_box {
	background-color: #F4F8FD;
	font-size: 82%;
	color: #895B2E;
	padding: 12px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #3366cc;
	width: auto;
	text-align: center;
}

.rollo_trigger {
	display:inline;
	background-color: #cc9933;
}
