body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #666666;
	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;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	background-position:top; 
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
}
.oneColElsCtr #container {
	width: 750px;
	height: auto;
	background: #FFFFFF;
	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. */
	padding: 0 inherit;
	background-image: url(../images/container-background.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 80px;
}

.divstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: auto;
	height: 165px;
}
.tablecell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
rd-spacing: -1px;
}
#calendar_bg {
	position: relative;
	z-index: 20;
	width: 235px;
	height: 274px;
	background: #e9f2ff no-repeat right bottom url(../images/bg_calendar.jpg);
	border-top: #FFFFFF solid 1px;
	border-bottom: #063680 solid 2px;
	border-right: #063680 solid 2px;
}
#calendar_bg2 {
	position: relative;
	z-index: 20;
	width: 235px;
	height: 274px;
	background: #e9f2ff no-repeat right bottom url(../images/bg_calendar2.jpg);
	border-top: #FFFFFF solid 1px;
	border-bottom: #063680 solid 2px;
	border-right: #063680 solid 2px;
}
#calendar_bg3 {
	position: relative;
	z-index: 20;
	width: 235px;
	height: 274px;
	background: #e9f2ff no-repeat right bottom url(../images/bg_calendar3.jpg);
	border-top: #FFFFFF solid 1px;
	border-bottom: #063680 solid 2px;
	border-right: #063680 solid 2px;
}
#calendar {
	position: relative;
	width: 235px;
	height: 263px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 auto;
}
#calendar2 {
	position: relative;
	width: 235px;
	height: 263px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 auto;
	text-align:center;
}
#calendar_title {
	position: relative;
	width: 173px;
	height: 28px;
	margin-left: 10px;
	margin-top: -17px;
}
#calendar_entries {
	width: 225px;
	overflow: hidden;
	padding: 1px;
	float: left;
	margin:auto;
}
#calendar_entries2 {
	width: 215px;
	overflow: hidden;
	padding: 1px;
	float: left;
	margin: auto 0;
	text-align: center;
	position: relative;
}
#calendar_entries:hover {
	background: #FFFFFF;
}
#calendar_month {
	width: 26px;
	height: 29px;
	background: url(../images/bg_month.gif) no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	padding-top: 2px;
	float: left;
	margin: 5px;
}
#calendar_day {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#calendar_english {
	width: 185px;
	float: left;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 2px 0 auto;
	word-spacing: -1px;
}
#calendar_spanish {
	color: #3c77d1;
	text-transform: none;
	font-size: 9pt;
	line-height: 9pt;
	font-weight: normal;
	margin-bottom: 2px;
}
#list_containter {
	height:auto;
	border:#003366;
	border:dashed thin;
	background-color:#FFFFCC;
	text-align:left;
}
p {
	color:#003366;
	margin: 20px;
	margin-bottom: 5px;
}
table {
	border:none;
	width: inherit;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
h1 {
	font-size:medium;
	color:#0066FF;
	text-shadow:#003366;
	margin: 0;
	padding: 10px;
}
h2 {
	font-size: medium;
	color:#003366;
	margin: 0;
	padding: 10px;
}
.style-info {
	font-size: 14px;
	color:#003366;
	font:bolder;
}
ul {
	font-size:12px;
	color: #003366;
	font:italic;
}