@charset "utf-8";
body  {
	background-color: fff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
}
#wrapper {
	width: 760px;
	padding: 0px;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




#header {
}
#top_nav {
	margin: 0px;
	padding: 0px;
	width: 760px;
}
#buttons_nav {
	margin: 0px;
	padding: 0px;
	height: 74px;
	width: 760px;
}

#top_nav #nav_bar {
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #93F;
	text-decoration: none;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
}
#top_nav ul li {
	margin: 0px;
	display: inline;
	float: left;
	list-style: none;
	clear: right;
}
#top_nav ul li a {
	display: inline;
	text-align: center;
	color: #FFF;
}


#content {
	margin: 0px;
	padding: 0px;
	width: 760px;

}
#content #content_left {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	height: auto;
	width: auto;
}

#content #content_inside {
}
#content #content_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: auto;
}



#promotion {
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
#calendar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
}
#calendar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
}

.big_calendar_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
#colorbar_purple {
	background-color: #AF78C4;
	margin: 0px;
	padding: 0px;
}
#colorbar_pink {
	background-color: #F462A9;
	margin: 0px;
	padding: 0px;
}
#colorbar_blue {
	background-color: #6FACE1;
	margin: 0px;
	padding: 0px;
}




.style_bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F0C;
	text-align: center;
}
.small_gray_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
}



#text_box {
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	line-height: 20px;
	background-color: #f97db8;
	width: 473px;
}
#text_box_colored {
	background-color: #b279c8;
	padding-right: 20px;
	padding-left: 20px;
}
#text_box_news {
	background-color: #f0d4eb;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
	margin-top: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
#centering_div {
	text-align: center;
}
.clearFloat   {
  clear: both;
  display: block;
}

.style100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.style300 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
}

.style500 {
	font-size: 16px;
	color: #B179C7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style700 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style701 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 18px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

td img {display: block;}

