body {
	background-color: #A70046;
	margin: 0px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color:#ffffff;
	text-align: center;
}

#GlobalNav {
	float:right;
}

#GlobalNav a {
	color:#FFFFFF;
	text-decoration:none;
}

a{
	color:#DA94B1;
	text-decoration:Underline;
}

a:hover{
	color:#A70046;
	text-decoration:underline;
}

#Container{
	margin: 0 auto;
	width:760px;
	text-align: left;
}

#MainBody{
	border: 5px solid #DA94B1; 
	width:760px;
	background-color: #ffffff;
	text-align: left;
	float:left;
	background-image: url(/images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	
}

#Top{
	width: 760px;
	text-align: right;
	font-family: monotype corsiva, arial;
	font-size: 28px;
	padding-top: 45px;
}

#Body{
	width: 760px;
	float: left;	
}

#Right{
	width: 280px;
	float: right;
	background-color:#ffffff;
}

#BodyTop{
	width: 480px;
	float: left;
	background-color: #3D0057;
}

#Content{
	width: 480px;
	float: left;
	background-color:#00898B;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color:#ffffff;	
}

#Content a {
	font-weight:bold;
	color:#FFFFFF;
}



#Nav{
	color:#000000;
	margin-top: 25px;
	font-size: 19px;
	font-family: monotype corsiva, arial;
}

#Nav a{
	color:#000000;
	text-decoration:none;
}

#Nav a:hover{
	color: #000000;
	text-decoration:underline;
}

#Footer{
	clear: both;
	width: 760px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 15px;
}

#Footer a{
	color:#ffffff;
	text-decoration: underline;
}

#Footer a:hover{
	color:#cccccc;
	text-decoration: underline;
}

#mainImage{
	float: left;
	width:215px;
	position: relative;
	margin-bottom: -19px;
	/*FOR IE*/
	margin-bottom:expression("-22px");
}

#topContent{
	float: right;
	margin-top: 30px;
	margin-right: 0px;
	font-size: 14px;
	line-height: 20px;
	width: 240px;
}

#Hours{
	float: left;
	line-height: 14px;
	margin-top: 20px;
	/*margin-right: 20px;*/
	font-size: 12px;
	width: 240px;
}

#Staff{
	width: 200px; 
	float: left; 
	text-align: center; 
	padding: 3px; 
	margin-bottom: 10px;
}

#Staff a{
	color:#ffffff;
	text-decoration:none;
}

#Staff a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#IndexFeature{
	float: right; 
	border: 3px solid #DA94B1; 
	width: 170px; 
	background-color:#ffffff; 
	color:#000000;
	padding: 3px;
}

#IndexFeature a{
	color: #000000;
	text-decoration: none;
}

#IndexFeature a:hover{
	color: #3D0057;
	text-decoration: underline;
}

.contentHeading{
	padding-top: 25px;
	padding-left: 5px;
	font-size: 24px;
	font-family: monotype corsiva, arial;
	float: left;
	width: 100%;
}

.contentText{
	width: 460px;
	float: left;
	margin: 5px;
}

.contentText h1 {
	color:#FFFFFF;
	font-family: monotype corsiva, "Times New Roman", Times, serif;
}

.rightFeature{
	width: 270px;
	padding: 5px;
	float: left;
}

/* FORM STYLES */
input{
	background-color:#ffffff;
	border: 1px solid black;
}

input.formButton{
	background-color: #A70046;
	border: 1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}

.formField {
	border:1px solid #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 5px;
}

input.submitButton {
	padding-left:5px;
	padding-right:5px;
	background-color: #A70046;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
	margin-bottom: 5px;
}

input.resetButton {
	padding-left:5px;
	padding-right:5px;
	background-color:#3D0057;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
	margin-bottom: 5px;
}

input.formField:focus, #Content input.formField:hover, #Content textarea.formField:focus, #Content textarea.formField:hover {
	border:1px dashed #333333;
}

label {
	color:#ffffff;
	font-weight: bold;
}

/*end Form Styles*/

/* NAVIGATION MENU STYLES */
#menu {
	width: 200px;
	background: #ffffff;
	font-family: monotype corsiva, arial;
} 

#menu ul {
	list-style: none;
	margin-left: 20px;
	padding: 0;
	font-family: monotype corsiva, arial;
	font-size: 20px;
}

#menu ul ul {
	margin-left: 20px;
	font-size: 16px;
	font-family: monotype corsiva, arial;
}

/* style, color and size for links */
#menu a {
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu a {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #A70046;
	background: #ffffff;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* END NAV STYLES */

/* --- CALENDAR --- */
#CalendarHeader {
}
#CalendarHeader .month {
	font-size: 24px;
	color: #ffffff;
	font-family: monotype corsiva, arial;
}
#Calendar {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000000;
}
#Calendar a{
	color:#C5296A;
	text-decoration:Underline;
}

#Calendar a:hover{
	color:#A70046;
	text-decoration:underline;
}

#Calendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color:#ffffff;
}
#Calendar .weekdays td {
	font-size: 13px;
	background: #A9375D;
	color: #ffffff;
}
#Calendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #Calendar .cellback {
	margin-left: -5px;
}
/*End Calender */
