body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	background-color:#336699;
	margin-left:0;
	margin-top:0;
	margin-right:0;
}

#header {
	width: 100%;
	background-color: #336699;
	overflow:auto;
	vertical-align:top;
	height:auto;
}

#menu {
	height: 54px;
	margin: 3em 0; 
	padding:0 1em;
	border-bottom: 0px solid black;
	overflow:inherit;
}

.outerFirst {
	float: left;
	width: 90px; 
	height: 135px;
	margin: 0 0px 0 0;
	background: url( '../../images/darkblueFirst.gif' ) 0 -50px no-repeat;
}
	
.outerFirst a {
	cursor: pointer;
	display: block;
	margin: 0; padding:0;
	width:90px; 
	height:60px;
	overflow:hidden;
	font-family: Arial;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
	background: url( '../../images/darkblueFirst.gif' ) top left no-repeat;
}

.outerFirst span {
	height: 60px;
	display: block;
	margin:0; 
	padding: 25px 0px 0px 0px;
	font-size: 0.7em;
	}
.outerFirst a:hover {
	width:90px; 
	height:60px;
	background: url( '../../images/darkblueRollFirst.gif' ) top left no-repeat;
	color: #FFFFFF;
	}
.outerFirst a:active {
	background: url( '../../images/darkblueRollFirst.gif' ) top left no-repeat;
	}

.CellBackGround {
	height:2px;
	background: url('../../images/whitePixel.gif') center center;
}
.CellBack2 {
	background: url('../../images/whitePixel.gif') center center;
}

#pictureContainer {
	width:100%;
	background-color:#336699;
	overflow:auto;	
	height:135px;
}

#largeHomeText 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13pt;	
	float:left;
	padding-top:74px;
	padding-left:3px;
	
}

.together img {  
	padding: 0;	
	margin: 0;	
	border: 0;	
	display: inline; 
	float: right;
	overflow:hidden;
} 

#mainTextContaner {	
	color:#660000;
	margin-left:-5px;
}

#footer {	
	color:#666666;
}

/* This code is straight from http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-boxes.shtml */
.bl {background: url(../../images/bl.gif) 0 100% no-repeat #FFFFFF; width: 45%;}
.br {background: url(../../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

/* This code is straight from http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-boxes.shtml */
.bl2 {background: url(../../images/bl.gif) 0 100% no-repeat #FFFFFF; width: 35%;}
.br2 {background: url(../../images/br.gif) 100% 100% no-repeat}
.tl2 {background: url(../../images/tl.gif) 0 0 no-repeat}
.tr2 {background: url(../../images/tr.gif) 100% 0 no-repeat; padding:10px}

a:link {
	font-size: 14pt;
	color:White;
}

a:hover {
	font-size: 14pt;
	color:#660000;

}
a:visited {
	font-size: 14pt;
	color:White;
}

#news {
	background: url(../../images/news.jpg) 100% 0 no-repeat;
	width:370px;	
	height:600px;	
}
div#wrapper{
	float:right;
	width:60%;
}
div#content{
	margin-right:15%;
	border-left:0px solid #FFFFFF;
	border-left-color:#660000;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	padding-top:10px;	
}
div#navigation{
	float:left;
	width:32.9%;
	padding-top:10px;
}
div#extra{
	float:left;
	clear:left;
	width:32.9%;
	padding-top:10px;
}

p{
	margin:0 10px 10px
}

div#footer{
	clear:both;	
	border-top:0px solid;
	border-top-color:#FFFFFF;	
	border-bottom:2px solid;
	border-bottom-color:#FFFFFF;
	text-align:left;
	color:#FFFFFF;

}
div#footer p{
	margin:0;
	padding:5px 10px;
	width:10%;
}
ul#primary-nav li {
        list-style-type:none;
        padding:0;
        margin:0;
}
/* calendar */

caption.calendar-month  {
	text-transform: uppercase;
	padding: 15px 0;
	margin-bottom: 30px;
	text-align: center;
}

table.calendar {
	width: 875px;
        margin-left: 100px;
}

table.calendar td {
	/*background-color: #FFF;*/
	vertical-align: top;
	margin: 2px;
	padding: 5px;
	width: 125px;
        height: 125px;
	border: 1px solid #98af84;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
}

table.calendar ul {
	margin: 0;
	padding: 0;
}

table.calendar li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.calendar-next a, .calendar-prev a {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-size: 16px;*/
	color: #FFF;
	text-decoration: none;
}

.calendar-next a:hover, .calendar-prev a:hover {
	text-decoration: underline;
}

.calendar-event h4 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-size:16px;*/
	font-weight:bold;
	margin: 30px 0 15px;
	padding: 0;
}

.calendar-date-from, .calendar-date-to, .calendar-summary {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
}

.calendar-returnlink a {
	/*background-image: url(../../images/icon-returnToCalendar.jpg);*/
	/*background-repeat: no-repeat;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #FFF;
	/*font-size: 14px;*/
	text-decoration: none;
	padding: 10px 0 20px 50px;
	margin: 30px 50px 0 0;
}

.calendar-returnlink a:hover {
	text-decoration: underline;
}

/* ********************************** */


/* nice squares for the #big table */
#big th {
	/*background-color: #17311f;*/
	color: #FFF;
	margin: 2px;
	padding: 5px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-size: 14px;*/
}

#big .calendar-today
{
  /*background-color: #EBEDD8;*/
}

#big a {
	/*color:#17311f;*/
}

/* end calendar */
