body {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;


}

dl {
	color: #000000;
}

dt {
	font-weight: bold;
	color: #000000;
}

dd {
	font-weight: normal;
	font-style: italic;
	text-indent: 50px;
	color: #000000;
}

table {
	color: #000000;
}

tr {
	color: #000000;
	
}

td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	
}

th {
	
	font-size: 12px;
	color: #FFFFFF;
	background: #3D1F4C;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 36px;
	color: #DA9FC6;
}


h2 {
	font-size: 18px;
	color: #3D1F4C;
	font-family: "Comic Sans MS", cursive;	
}


h3 {
	font-size: 16px;
	color: #3B1E4B;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
}

a:link {
	color: #3D1F4C;
	
	text-decoration: underline;
}

a:visited {
	color: #3D1F4C;
	
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	
	text-decoration: underline;
}

.Calendar {
	
	font-size: 9px;
	color: #000000;
	
	border: 1px solid #999999;
}

.CalendarHead {
	
	font-size: 10px;
	color: #ffffff;
	background: #3D1F4C;
	border: 1px solid #000000;
	font-weight: bold;
}

.CalendarOut {
	background: #CCCCCC;
}

.CalendarHoliday {
		font-size: 9px;
		color: #666666;
	background: #FFFFCC ;
	border: 1px solid #CCCC99;
}

.CalendarAllDay {
	font-size: 9px;
	color: #000033;
	background: #FFFFCC ;
	border: 1px solid #CCCC99;
}

.FormItem {
	color: #000000;
	
}

.FormInput {
	color: #000000;
	
	width: 100%;
}

.FormButton {
	color: #ffffff;
	background: #3D1F4C;
	font-weight: bold;
}

.Required {
	color: #FF0000;
	
	font-weight: bold;
}


.MainContent {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../Images/1419/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;




}

.Spacer {
	background-color: #FFFFFF;
}

.LogoBox {
	width: 140px;

}

.ShadedBox {
	border: 1px solid #000000;
	color: #000000;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;

}
.Sitename {
	color: #000000;
	font-size: 24px;

}
.SmartFooter {
	color: #000000;
	font-size: 9px;

}

.SmartFooter a:link{
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px none #000000;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}

.SmartFooter a:visited{
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px none #000000;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}

.SmartFooter a:hover {
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px none #000000;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}
.masthead {
	background-color: #F264AD;
	height: 40px;
}
.BorderTLCorner {
	height: 10px;
	width: 10px;
	background-image: url(../Images/1419/bordertlcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.BorderBLCorner {
	height: 10px;
	width: 10px;
	background-image: url(../Images/1419/borderblcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.BorderTRCorner {
	height: 10px;
	width: 10px;
	background-image: url(../Images/1419/bordertrcorner.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.BorderBRCorner {
	height: 10px;
	width: 10px;
	background-image: url(../Images/1419/borderbrcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.BorderLeftSide {
	width: 10px;
	background-image: url(../Images/1419/borderleftside.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.BorderRightSide {
	width: 10px;
	background-image: url(../Images/1419/borderrightside.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.BorderTopSide {
	height: 10px;
	background-image: url(../Images/1419/bordertopside.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.BorderBottomSide {
	height: 10px;
	background-image: url(../Images/1419/borderbottomside.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.BorderCell {
	padding: 5px;
	vertical-align: top;
}
.LeftBox {
	vertical-align: top;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.HoursBox {
	border: 1px solid #3D1F4C;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D1F4C;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 200px;
	height: 60px;
}
.BottomLogoBox {
	font-family: "Times New Roman", Times, serif;
	color: #3D1F4C;
	background-color: #F264AD;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center bottom;

}
.BottomLogoTable {
	font-family: "Times New Roman", Times, serif;
	color: #666699;
	background-color: #F264AD;
}
.LeftTable {
	height: 420px;
}
.Menu {
	color: #3D1F4C;

}

.Menu a:link{
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu1bullet.gif);


}

.Menu a:visited {

	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu1bullet.gif);
}
.Menu a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu1bullet.gif);
}
.Menu1 a:link {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 40px;
	height: 32px;
}
.Menu1 a:visited {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu1bullet.gif);


}
.Menu1 a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu1bullet.gif);
}
.Menu2 a:link {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
}
.Menu2 a:visited {

	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu2bullet.gif);
}
.Menu2 a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu2bullet.gif);
}
.Menu3 a:link {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
}
.Menu3 a:visited {

	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu3bullet.gif);
}
.Menu3 a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu3bullet.gif);
}
.Menu4 a:link {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
}
.Menu4 a:visited {

	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu4bullet.gif);

}
.Menu4 a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu4bullet.gif);

}
.Menu5 a:link {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
}
.Menu5 a:visited {

	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu5bullet.gif);
}
.Menu5 a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu5bullet.gif);
}
.Menu6 a:link {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
}
.Menu6 a:visited {

	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu6bullet.gif);
}
.Menu6 a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu6bullet.gif);
}
.Menu7 a:link {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
}
.Menu7 a:visited {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu1bullet.gif);


}
.Menu7 a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu1bullet.gif);
}
.Menu8 a:link {
	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
}
.Menu8 a:visited {

	color: #3D1F4C;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu2bullet.gif);
}
.Menu8 a:hover {

	color: #666699;
	margin-right: 21px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 40px;
	height: 32px;
	background-image: url(../Images/1419/menu2bullet.gif);
}
.LeftBarTop {
	border-top: 5px solid #FFFFFF;
	border-right: 5px none #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
.NavRow {
	padding-left: 9px;
}
.love {
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #3B1E4B;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	line-height: 20px;
}

