/* all BODY text*/
BODY			{font-family: Arial, Verdana, Helvetica, serif;
				background-color: #0099CC;
				}

/*H3 Formation*/
h3				{
	color: #0033CC /* dark blue */;
	text-align: left;
				}

/*link on Calendar page*/
.articlelink	{font-size:1.25em;
				}

/*web site body text*/
.body			{background-color: white;
				padding-left: 5em;
				line-height: 2em;
				}
				
/* current page on navigation bar */
.current		{background-color: #0033CC; /* blue */
				color: white;
				font-weight: bold;
				}
/*calenar height for Calendar page*/
.calheight		{height: 100px;
				}

/*Formation for Events floatbox on Home page*/
div.events		{width: 200px;
				height: auto;
				padding: 1em;
				border: thin dashed;
				float: right;
				font-size: 75%;
				line-height: 2em;
				}

/*Formation for navigation inside of navigation*/
.subnavigation	{line-height:1em;
				vertical-align: top;
				}			

/*Formation for mission statement*/
.mstatement		{font-style: italic;
				margin-left: 3em;
				margin-right: 3em;
				padding-right: 11em;
				}
				
/*Navigation bar formation*/
.navigation		{background: white;
				line-height: 3em;
				text-align: center;
				}

/*Spacing between tables*/
.tablespaced	{margin: 1em;
				}

/*Formation for Welcome text on Home Page*/
.welcome		{font-size: 3em;
				font-weight: bold;
				line-height: 1em;
				}

/*Banner at top*/
H2.banner {background-image: url(graphics/banner.jpg);
			padding: .25em;
			font-size: 2.3em;
			}

.FloatRIGHT {
	float: right;
	border: 1px solid #1B99CB;
	margin: 4px;
}

