/* CSS Document */

body {
	color: #999999;
}
	
/***************************************************
 Main Table
***************************************************/

.mntable {
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 750px;
	margin: 0px;





}

/***************************************************
 Main Links #9966FF
***************************************************/

#mainlinks {
	text-align: center;
	vertical-align: middle;


}

#mainlinks a:link, a:visited {
	color: #FF66FF;
	font-size: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#mainlinks a:hover {
	color: #9966FF;
	font-size: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9966FF;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#mainlinks a:active {
	color: #666666;
	font-size: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;

}

/***************************************************
 Text Properties
***************************************************/

strong,b {
	color: #FF66FF;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;

}

h4 i,h4 em {
	color: #B895FF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

i,em {
	color: #CC3399;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;

}

u {
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9966FF;
	text-decoration: none;

}

.btmborder {
}

/***************************************************
 Laftnav
***************************************************/

.leftnav {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF99FF;
	width: 169px;




}

.leftnav a:link, a:visited {
color: #FF66FF;
	font-size: 18px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.leftnav a:hover {
	color: #9966FF;
	font-size: 18px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;


}

/***************************************************
 Body
***************************************************/

.Pagebody {
	text-align: left;
	width: 528px;
	padding-top: 30px;

}

.Pagebody a:link {
	color: #9999CC;
	font-size: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.Pagebody a:hover {
	color: #99CCFF;
	font-size: 18px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;;

}

.copyright {
	text-align: left;
	color: #9999CC;
	font-family: trebuchet;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;



} 

.leftmenu {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF99FF;
	padding-top: 1em;
	width: 169px;


}

#btmborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99FF;
}


/***************************************************
 Schedule
***************************************************/

.schedule {
	border: 2px dashed #0099FF;
}

.scheduleTitle {
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    color: #FF66FF;
    margin-bottom: 10px;
}

.scheduleDay, h3 {
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    color: #0099FF

}

.scheduleText {
    text-align: center;
    font-size: 14px;
    word-spacing: 20px;
}

.scheduleNotes {
    text-align: center;
    font-size: 14px;
    color: #FF66FF;
}

.schedule h3 {
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	color: #FF66FF;
}

.scheduleright {
	width: 70px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	padding-bottom: 10px;
}

#leftmargin{
	padding-left: 10px;
}

/***************************************************
 Gallery
***************************************************/

.gallery {
	text-align: center;
}

.gallery img{
	border: thick ridge #FFCCFF;
	margin: 5px;
}

/***************************************************
 Sign up form
***************************************************/

.form {
}