@charset "utf-8";
/* CSS Document */

<style> 
body  {
	background-color: #0772A1; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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 */
}
#container { 
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	width: 930px; 
	background: #0772A1;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	background: #63AFD0;
	margin: 0;
	padding:15px 10px 5px 10px;
} 

#header .float{ 
	float:right;
	border:1px solid #FFF;
	margin: 0;
	padding:0;
} 
#navigation {
	background: #8C04A8;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	padding: 5px;
}

#navigation .links {
	background-color:#8C04A8;
	border-right: 2px solid #FFF;
	padding:5px;
}

#navigation .awards {
	background-color:#8C04A8;
	padding:5px 60px 5px 5px;
}
#navigation .awards2 {
	background-color:#B939D3;
	padding:5px 60px 5px 5px;
}

#navigation .active {
	background-color:#B939D3;
	border-right: 2px solid #FFF;
	padding:5px;
}


#mainContent {
	margin: 0;
	padding:20px;
} 

#heat {
	border:3px solid #000;
	color:#0772A1;
	width: 315px;
	background-color:#FFF;
	margin: 0 10px 20px 20px;
	padding:8px;
}

#members {
	border:3px solid #000;
	color:#FFF;
	width: 315px;
	background-color:#FF8700;
	line-height: 145%;
	margin: 20px 10px 20px 20px;
	padding:8px;
}

#members .title {
	font-weight:bold;
	font-size:16px;
	text-align:center;
}

#upcoming {
	background-color:#63afd0;
	border: 3px solid #000;
	width: 484px;
	color:#fff;
	margin: 0 20px 0 0;
	padding: 8px;
}

#upcoming .title {
	color:#fff;
	font-size: 20px;
}

#upcoming .month {
	color:#dffa00;
	font-weight:bold;
	font-size: 16px;
	margin: 10px 0;
}
.calendar {
	background-color:#fff;
	float:right;
}

.weekdays {
	color:#ff8700;
	font-weight:bold;
	font-size: 1em;
	text-align: center;
	background-color:#ffbd73;
	border-right: 1px solid #ff8700;
}

.dates {
	color:#0772a1;
	font-weight:bold;
	font-size: .8em;
	text-align: center;
	border-right: 1px solid #ff8700;
	border-bottom: 1px solid #ffdcb5;
}

.dates_left {
	color:#0772a1;
	font-weight:bold;
	font-size: .8em;
	text-align: center;
	border-right: 1px solid #ff8700;
	border-left: 1px solid #ff8700;
	border-bottom: 1px solid #ffdcb5;
}

.event {
	color:#fff;
	font-weight:bold;
	font-size: .8em;
	text-align: center;
	background-color:#3ba3d0;
	border-right: 1px solid #ff8700;
	border-bottom: 1px solid #ffdcb5;
}

#newsletter {
	background-color:#FFF;
	border: 3px solid #000;
	width: 300px;
	height: 140px;
	color:#0772A1;
	margin: 20px 10px 30px 0;
	padding: 8px;
}

#newsletter .flt{
	float:right;
	margin: 0;
	padding: 0;
}

#contact {
	background-color:#FFF;
	border: 3px solid #000;
	width: 500px;
	color:#0772A1;
	margin: 20px 10px 0 0;
	padding: 0;
}

#contact .title{
	font-size: 17px;
	font-weight:bold;
	padding: 8px;
}

#bottomnav {
	background-color:#E7F1F6;
	height: 155px;
	font-size:11px;
	color:#0772A1;
	line-height: 165%;
	margin: 0;
	padding: 5px 20px;	
	clear:both;
} 

#bottomnav .header{ 
	font-size: 13px;
	font-weight:bold;
} 
#bottomnav .float{ 
	float:right;
	border-left:2px solid #C7E1ED;
	width: 160px;
	height: 155px;
	padding: 0 10px;
}

#bottomnav .social{ 
	margin: 5px 0 0 0;
	padding: 0;
} 

#footer { 
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	line-height: 165%;
	margin: 0 0 10px 0;
	padding: 10px;
} 

h1{
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border-bottom:1px solid #FFF;
  margin:0;
  padding:0;
}

h2 {
  font-size:15px;
  color: #EDFC72;
  font-weight:bold;
  margin:0 0 5px 0;
  padding:0;
}

h3 {
  color: #EDFC72;
  font-size: 13px;
  font-weight: bold;
  margin:0;
  padding:0;
}

hr {
	border:1px solid #FFF;
	margin: 10px 0;
}

ul {
	margin:5px 0 0 30px;
	padding:0;
}
li {
	margin-bottom: 10px;
}
.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;
}

.fltleft {
	float:left;
	margin:0;
}

.fltrt {
	float:right;
	margin:0 0 0 15px;
	padding:0;
}

.board {
	float:left;
	margin:20px 15px 10px 0;
	border:1px solid #FFF;
}


a:link {
  color: #FFBD73; 
  text-decoration: none; 
}
a:visited {
  color: #FFBD73;
  text-decoration: none; 
 }
a:hover { 
  color: #FFBD73;
  text-decoration: underline; 
}

a.bottom:link {
  color: #003366; 
  text-decoration: none; 
}
a.bottom:visited {
  color: #003366;
  text-decoration: none; 
 }
a.bottom:hover{ 
  color: #003366;
  text-decoration: underline; 
}

a.nav:link {
  color: #FFF; 
  text-decoration: none;
}
a.nav:visited {
  color: #FFF;
  text-decoration: none;
}
a.nav:hover { 
  color: #C062D3;
  text-decoration: none;
}

a.member:link {
  color: #FFF; 
  text-decoration: none;
}
a.member:visited {
  color: #FFF;
  text-decoration: none;
}
a.member:hover {
  color: #FFF;
  text-decoration:underline;
}

a.up:link {
  color: #FFF; 
  text-decoration: none;
}
a.up:visited {
  color: #FFF;
  text-decoration: none;
}
a.up:hover {
  color: #FFF;
  text-decoration:underline;
}
</style>