body
{
	background-color:#d00725;
	font-family: Verdana, Arial, San Serif;
	margin:0;
	background-image:url(../images/bkg_tile_vert.gif);
}

a:link
{
	text-decoration:none;
	color:#d00725;
}
a:visited
{
	text-decoration:none;
	color:#5669a1;
}
a:hover
{
	text-decoration:underline;
	color:#d00725;
}

.TopicTitle
{
	font-size:1.0em;
	font-weight:bold;
	margin: 10px 0 10px 0;
	color:4f6195;
}

.subHead
{
	font-size:0.8em;
	font-weight:bold;
/*	margin: 0 8px 0 8px; */
	line-height:19px;

}

.CourierTitle
{
	font-family:Courier New;
	font-size:1.0em;
	font-weight:bold;
/*	margin: 10px 0 10px 8px; */

}

.Text
{
	font-size:0.75em;
/*	margin: 0 8px 0 8px; */
	line-height:17px;
	
}

.Quote
{
	font-size:0.7em;
    margin: 0 0px 0 20px;
	line-height:13px;
	color:6b6b6b;
	
}

.Footer
{
	font-size:0.5em;
    margin: 0 0px 0 0px;
	letter-spacing:0.3em;
	line-height:13px;
	color:7786b3;
	
}


.Caption
{
	font-size:0.7em;
    margin: 8 0px 0 0px;
	line-height:13px;
	color:6b6b6b;
	
}



.TextSmall
{
	font-size:0.75em;
/*	margin: 12px 8px 0 8px; */
	line-height:15px;
	letter-spacing:0.05em;
}

.TextSmallest
{
	font-size:0.7em;
/*	margin: 12px 8px 0 8px; */
	line-height:15px;
	letter-spacing:0.05em;
}

.MoreLink
{
	background-image:url(../images/bulletStar.gif);
	background-repeat:no-repeat;
	text-indent:17px;
	margin: 0 0 2px 0;
/*	margin: 5px 0 0 5px; */

	font-family:Courier New;
	color:#971e1e;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	width:25%;
	white-space:nowrap;
	cursor:pointer;
}

#homeLink 
{
    position:absolute;
    top:0px;
    left:0px;
}


#aboutLink 
{
    position:absolute;
    top:80px;
    left:247px;
}

#scheduleLink 
{
	position:absolute;
	top:80px;
	left:365px;
}

#photosLink 
{
	position:absolute;
	top:80px;
	left:498px;
}

#teachersLink 
{
	position:absolute;
	top:80px;
	left:609px;
}

.Content
{
	position:absolute;
	left:336;
	top:160;
}

/** Begin selectors for picViewer.html **/

.PicHolder {
	margin:8px 0 0 25px;
}
.PicSelector {
	margin:25px 0 0 25px;
}
.PicSelector td {
	text-align:center;
	font-family:Courier;
}

.PicSelector A {
	font-weight: bold ! important;
	font-size: 14px ! important;
	padding-right:5px;
}

.ActiveSelector {
	color:#971e1e ! important;
}

.InactiveSelector {
	color:#000000 ! important;
	cursor:text;
	text-decoration:none ! important;
}

/** End selectors for picViewer.html **/



