/* Default CSS Stylesheet for a Susquehanna Preparatory School */
/* Created by 9Ball Design - http://www.9balldesign.com */

a:link    {font-family: Verdana, Helvetica, Sans Serif; color: #900; text-decoration: none;}
a:visited {font-family: Verdana, Helvetica, Sans Serif; color: #900; text-decoration: none;}
a:hover   {font-family: Verdana, Helvetica, Sans Serif; color: #900; text-decoration: underline;}

/* Header Table Navigation */

/* Navigation bar components */

table#nav {
    border-bottom: 1px solid #900;
	border-left: 1px solid #900;
	}

table#nav td {
    font: 11px verdan, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #900;
    }

table#nav td a {
    font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
    background: #CCC;
	display: block;
	margin: 0;
	width: 68px;
	line-height: 25px;
	}
	
#nav td a:hover {
    color: #FFF;
	background: #666;
	}
	
/* End Table Navigation */

body {
	background-color: #EFEFEF;
	/* background-color: #E7CACA; */
	background-image: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 8pt;
}

strong {
    color: #900;
	font-size: 10pt;
}

#Header {
    border-right: 1px dashed #900;
	border-left: 1px dashed #900;
	background-color: #FFF;
}

#MainTable {
    border-right: 1px dashed #900;
	border-left: 1px dashed #900;
	border-bottom: 1px dashed #900;
	background-color: #FFF;
}

#Footer {
   border-top: 1px dashed #900;
   border-right: 1px dashed #900;
   border-left: 1px dashed #900;
   border-bottom: 1px dashed #900;
   padding: 6 6 6 6;
   background-color: #FFF;
   text-align: left;
}

#Announcement {
    border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#Quote {
    border-top: 1px solid #900;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	border-left: 1px solid #900;
	padding: 9 9 9 9;
	background: #EFEFEF;
}
  
td  {
    font-family: Verdana, Helvetica, Sans Serif;
	font-size: 7.5pt;
}

hr  {
    width: 100%;
	border-top: solid;
	color: #900;
}

.tour     {border: 1px solid #900;}
.body     {border-left: solid; border-right: solid; border-color: #000000; border-width: 0.1pt}
.special  {border-top: solid; border-bottom: solid; border-left: solid; border-right: solid; border-color: #999999; border-width: 0.1pt}
.link     {color: #FFFFFF}
.month    {border-bottom: solid; border-color: #000000; border-width: 0.1pt}
.EventMonth, .Description {color: #900; font-size: 12px;}