@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 764px;
	height:auto;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#mainbox {
	width: 751px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;	
	
	}	
	
	
	
	
#movie {
	width:751px;
	height:234px;
	background-image:url(images/ourmission.jpg);
	background-repeat:no-repeat;
	}	

#flashbox {
	float:right;
	margin-top:14px;
	margin-right:14px;
	}
	
	
	
	
#bottom_half {
	width:751px;
	height:auto;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;

	}	
	
	
#cal {
	width:246px;
	height:auto;
	float:right;
	margin-right:15px;
	margin-top:15px;
	background-image:url(images/cal_bg.jpg);
	background-repeat:repeat-y;
}


#event {
	width:246px;
	height:42px;
	background-image:url(images/event_bg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	}


#date {
	width:40px;
	height:40px;
	margin-left:30px;
	margin-right:20px;
	float:left;
	background-image:url(images/date.jpg);
	}
	
#date_inside {
	margin-top:3px;
	}	
	
#event_details {
	float:right;
	width:140px;
	margin-right:10px;
	margin-top:6px;
	text-align:left;
	
	}	
	
.caption {
	font-size:11px;
	}


#getinvolved {
	width:246px;
	height:304px;
	float:right;
	margin-right:15px;
	margin-top:20px;
	background-image:url(images/getinvolved_bg.jpg);
	background-repeat:no-repeat;
	}
	
img {
	border:0;
	}

#left {
	float: left;
	width:420px;
	height:auto;
	margin-left:30px;
	margin-top:15px;
	text-align:left;
	}

#left_inside {
	margin:5px;
	margin-left: 10px;
	padding:2px;
	}

.formtext {
	color:#6E6E6E;
	font-size: 11px;
	letter-spacing:-.8px;
	font-family:Arial, Helvetica, sans-serif;
	}

#pages {
	font-family:Arial, Helvetica, sans-serif;
	width: 655px;
	text-align:left;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom:30px;
	}
	
#pages p {
	color:#333333;
	}	

#main {
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 615px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 10px;
	margin-left: 20px;
	overflow:auto;
	height:350px;
	}
	
#main p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	color:#000;
	line-height:26px;
	}	
	
#right {
	float: right;
	width: 251px;
	}
	
#right p {
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 2px;
	}
	
#right a, #left a {
	text-decoration:underline;
	color:#000000;
	}	

#right a:hover, #left a:hover {
	text-decoration:underline;
	color:#CC0000;
	}	
	
table {
	margin-left: 10px;
	margin-right: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	color:#0f7dab;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom:10px;
	margin-top: 4px;
	}


h1 {font-size: 26px;}
h2 {font-size: 23px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;
color:#CC0033;}
h5 {font-size: 15px;}
h6 {font-size: 12px;}



label {
	padding-top: 3px;
	padding-bottom: 3px;}

hr {
	border-style:dotted;
	border:#666666;}


a:link {
	color:#206cdf;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color:#206cdf;
	}
	
a:hover {
	text-decoration: underline;
	color:#FF0000;
	}
	
a:active {
	text-decoration: none;
	color:#206cdf;
	}

.pic_class_left {
	margin-right: 10px;
	float:left;}

.pic_class_right {
	margin-left: 10px;
	float:right;}


#pfooter {
	width:751px;
	height:84px;
	background-color:#22849f;
	float:left;
	color:white;
	font-size:12px;
	padding: 0;
	margins: 0;
	}

#pfooter_inside {
	margin-top:25px;
	text-align:center;
	font-weight:bold;

	}


#spacer {
	width: 100%;
	height: 14px;
	padding: 0;
	margins: 0;
	}


.bigtext {
	color:#000000;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	}

.red {
	color:#FF0000;
	}


#pfooter a {
	color:white;
	text-decoration:underline;
	}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
	
ul, li {
	color:#333333;
	}

ul {margin-left:15px;
	padding-left:0;}

li{margin-bottom:10px;
	margin-left:5px;}