/*
COLOR SCHEME
Pantone PMS 550
	#81c3d8 100%
	#98cddf 80%
	#e3eff4 20%
	
	
	#cccccc
	#006056
*/

body
	{
	margin: 0;
	padding: 0;
	background: #fff none;
	background-image: url("green-back.jpg");
	background-repeat: repeat-x;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	}

img {
	border: 0px;
	vertical-align: middle
	}

#wrapper
	{
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	background: #cccccc none;
	background-color: #e3eff4;
	/*border: thin white solid;*/
	}
	
#leftbox
	{
	width: 760px;
	position: absolute;
	/*background-color: #ffffff;*/
	background-image: url("splash-bg3.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	/*border: thin red solid;*/
	}

#calendar {
	position: absolute;
	right: 0em;
	top: 70px;
	width: 250px;
	height: 500px;
	/*border: thin black solid;*/
	}

#bookmarks {
	position: absolute;
	right: 0em;
	top: 475px;
	width: 250px;
	height: 50px;
	/*border: thin red solid;*/
	vertical-align: bottom;
	}

.contentbox {
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 510px;
	height: 500px;
	/*border: thin black solid;*/ 
}

#vision {
	margin-left: 75px;
	/*border: thin green solid;*/
	}
.headline {
	font: 1.75em/1em arial, helvetica, serif;
	text-align: left;
	font-weight: bold;
	}
	
.announce {
	font: 2em/1em arial, helvetica, serif;
	font-weight: bold;
	text-align: center;
	margin-left: -25px;
	}
	
#head {
	color: #ffffff;
	padding: 6px;
	background-color: #006056;
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	vertical-align: top;
	margin: 5px;
	padding-left: .5em;
	/*border: thin red solid;*/
	}

h1 {
	font: 2em/1em arial, helvetica, serif;
	color: #ffffff;
	padding: 6px;
	background-color: #006056;
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	margin: 5px;
	padding-left: .5em;
	}

h2 {
	font: 1.5em/1em arial, helvetica, serif;
	color: #000;
	text-align: left;
	font-weight: bold;
	margin: 5px;
	margin-left: -10px;
	}
	
h3 {
	font: 1.4em/1em arial, helvetica, serif;
	color: #000;
	}

p {
	margin-left: 1em;
	font: 1.2em/1em arial, helvetica, serif;
	}
a {
  text-decoration: none;
  color: #0099FF;
}
a:hover {
  text-decoration: underline;
}

.c1a {
  text-decoration: none; 
  color: #333333;
}

.c1a:hover {
  text-decoration: none; 
  color: #333333;
}


.c1:hover {
  background-color: #F5F5F5;
  text-decoration: none;
  color: #333333;
}
