body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #666;
}
h2 {
	font-size: 20px;
}
a:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red ;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: red;
}
#page { 
 	margin: 0 auto; 
 	width: 800px; 
 	text-align: left;
	border: 1px solid black;
}
/******************** header styling ********************/
#header {
	background-color: #c3d9f6;
	background-image: url(../images/header.jpg);
	height: 213px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
}
#header a, a:visited {
	font-weight: bold;
	text-decoration: none;
}
#phone {
	padding-top: 190px;
	padding-left: 15px;
	font-weight: bold;
	float: left;
}
#email {
	padding-top: 190px;
	padding-right: 0.8em;
	text-align: right;
}
#email a {
	color: #000;
}
#email a:hover {
	color: red ;
	font-weight: bold;
	text-decoration: none;
}
/********************************************************/

/**************** Navigation Bar ************************/
#navbar {
	background-color: black;
	background-image:url(../images/bar.gif);
	height: 40px;
	text-align: center;
	font-weight: bold;
}
#navbar ol {
	margin: 0;
	padding: 11px;
}
#navbar li {
	display: inline;
	color: white;
	margin: 0 10px;
	font-size: 11px;
}
#navbar a, a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#navbar a:hover {
	color: red;
	text-decoration: none;
}
/********************************************************/

/******************* Main Content ***********************/
#content {
	background-color: white;
	font-size: small;
	padding: 25px 30px;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 80% 80%;
}
#content a, a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: red ;
	font-weight: bold;
	text-decoration: underline;
}
#description {
	margin-left: 265px;
}
#imageleft {
	float: left;
	margin: 0 20px 5px 0;
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	display: block;
}

#imageright {
	float: right;
	margin: 0 0 5px 20px;
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	display: block;
}

#imageleft p {
	margin-top: 0;
}
#heading_red {
	color: white;
	background-color: red;
	padding: 2px;
	border: 1px black solid;
}
#heading_blue {
	color: white;
	background-color: blue;
	padding: 2px;
	border: 1px black solid;
}
#heading_blue a, a:visited {
	color: white;
	text-decoration: none;
}
#heading_blue a:hover {
	color: red ;
	font-weight: bold;
	text-decoration: none;
}
#heading_green {
	color: white;
	background-color: green;
	padding: 2px;
	border: 1px black solid;
}
#heading_black {
	color: white;
	background-color: black;
	padding: 2px;
	border: 1px black solid;
}
/********************************************************/

/*********************** Sidebar ************************/
#sidebar {
	width: 250px;
	background-color: #c3d9f6;
	float: left;
	padding: 10px 0;
	margin: 0 15px 15px 0;
	border: solid 1px #003366;
}
#sidebar img {
	margin: 5px 12px; 
	padding: 2px; 
	border: 1px solid black;
	width: 220px;
	background-color: white;
}
#sidebar h3 {
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#sidebar p {
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}
/********************************************************/

#getstarted {
	padding-left: 100px;
	padding-right: 100px;
}
#getstarted li {
	padding: 10px 0 10px 0;
}
#join_us {
	margin: 20px 135px;
	padding: 20px;
	background-color: #c3d9f6;
	border: 3px double black;
}
#join_us label {
	width: 12em;
	display: block;
	float: left;
}
form div {
	margin: 0.25em 0 0.25em 0;
	clear: left;
	font-weight: bold;
}
#selection {
	margin: 0.25em 0 0.25em 0;
	clear: left;
	font-weight: normal;

}
#join_us button {
	margin-left: 12em;
	margin-top: 1em;
}
table .schedule {
	color: white;
}
#location {
	font-size: 16px;
	text-align: center;
}
#links {
	text-align: center;
	font-size: 16px;
}
/********************************************************/

/********************** Footer **************************/
#footer { 
	background-color: #c3d9f6;
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #039;
	clear: both;
}
#footer a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}
#footer a:hover {
	color: red;
	text-decoration: underline;
}
/********************************************************/

#clear {
	clear: both;
}
