@charset "utf-8";
/* CSS Document */
/* green, blue & tan */

/* ++++++++++++++++++ layout elements ++++++++++++++++++ */

#container {
	background-color: #F4FFE4;
	height: auto;
	width: 797px; 		/* the auto margins (in conjunction with a width) center the page */
	text-align: left; 	/* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #d5edb3;
	color: #993300;
	height: 150px;
	width: 785px;
}
/* +++++++++++  header headline style elements +++++++++++ */
#header h1 {
	color: #003366;
}
#header h2 {
	color: #993300;
}
#header h3 {
	color: #333300;
}
#header h4  {
	color: #993300;
	font-size: .9em;
}
#header h5 {
	color: #333300;
}
#header h6 {
	color: #993300;
}
#header_nav {
	height: 50px;
	width: 781px;
	background-color: #99cc66;
	text-align: center;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: bold;
	color: #003366;
	padding: 2px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #5c743d;
}

#header_nav a {
	color: #000000;	/* 	check this to see which one is necessary */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
/* 	padding: 6px;		    check this to see which one is necessary */
}
#header_nav a:hover {
	background-color: #003366;
	padding-top: 2px;
	padding-bottom: 2px;
}
#header_nav a:visited {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#side_nav {
	width: 200px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #5c743d;
	color: #d5edb3;
	font-size: .9em;
}
#side_nav a {
	font-size: 1.0em;
	font-weight: bold;
	color: #d5edb3;
	text-decoration: underline;
	line-height: 1.6em;	/* lcheck this to see which one is necessary */
	padding: 6px;
}
#side_nav a:hover {
	color: #993300;
	background-color: #99cc66;
	padding-top: 2px;
	padding-bottom: 2px;
}
#side_nav a:visited {
	font-size: 1.0em;
	font-weight: bold;
	color: #d5edb3;
	text-decoration: underline;
}
#side_nav h1, h3, h5 {
	color: #000000
}
#side_nav h2, h4, h6 {
	color: #000000
}
#main_content {
	background-color: #f4ffe4;
	width: 765px;
	height: auto;
	float: none;
	font-size: .9em;
	color: #000000;
	padding: 10px;
}

#highlight_box1 {
	float: right;
	height: auto;
	width: 250px;
	background-color: #99cc66;
	font-size: .9em;
	color: #003366;
	padding: 12px;
	margin-left: 12px;
}

#highlight_box2 {
	background-color: #669900;
	float: left;
	height: auto;
	width: 150px;
	color: #ffffcc;
	font-size: 14px;
	padding: 12px;
	margin-right: 15px;
}
#highlight_box2 a {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 16px;	/* lcheck this to see which one is necessary */
	padding: 6px;		/* lcheck this to see which one is necessary */
}
#highlight_box2 a:hover {
	color: #FFFFCC;
	background-color: #FF00FF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#highlight_box2 a:visited {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#contact_us {
	background-color: #d5edb3;
	width: 450px;
	height: auto;
	float: right;
	font-size: .9em;
	padding-left: 15px;
	color: #666666;
	margin-left: 15px;
	padding-right: 15px;
}
#contact_us a{
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	line-height: 16px;	/* lcheck this to see which one is necessary */
	padding: 6px;		/* lcheck this to see which one is necessary */
}
#contact_us a:hover {
	color: #FFFFCC;
	background-color: #FF00FF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contact_us a:visited{
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}

#footer {
	clear: both;
	height: 40px;
	width: 761px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #d5edb3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: .9em;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #5c743d;
	padding-top: 5px;
}
#footer a {
	color: #333300;
}
#footer p {
	margin: 0; 		/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* +++++++++++  powered_by link style elements +++++++ */
.powered_by {
	font-size: 9px;
	color: #333300;
}
.powered_by a {
	font-size: 9px;
	color: #333300;
}
.powered_by a:visited{
	font-size: 9px;
	color: #333300;
	text-decoration: underline;
}
.powered_by a:hover {
	font-size: 9px;
	color: #333300;
	text-decoration: none;
}

/* ++++++++++++++++++  basic elements ++++++++++++++++++ */
.class_schedule  td {
	color: #666666;
	height: 20px;
	vertical-align: middle;
	font-size: 1em;
	text-align: center;
}
.class_schedule  {
	border: 1px solid #666666;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f4ffe4;
	color: #FFFFFF;
}
p {
	color: #666666;
	font-size: 11px;
}
/* ++++++++++++++  headline style elements ++++++++++++++ */
h1 {
	color: #003366;
	font-size: 18px;
}
h1  a, h1 a:visited {
	text-decoration: underline;
	color: #003366;
}
h1 a:hover {
	text-decoration: none;
}


h2 {
	color: #993300;
	font-size: 16px;
}
h2 a {
	color: #993300;
	font-size: 1.0em;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
}

h3 {
	color: #99cc66;
	font-size: 14px;
}
h4  {
	color: #993300;
	font-size: .9em;
}
h5 {
	color: #99cc66;
	font-size: 9px;
}
h6  {
	color: #993300;
	font-size: 9px;
}
/* ++++++++  highlight_box1 headline style elements ++++++++ */
h1.highlight_box1 {
	color: #993300;
}
h2.highlight_box1 {
	color: #993300;
}
h3.highlight_box1 {
	color: #993300;
}
h4.highlight_box1 {
	color: #993300;
}
h5.highlight_box1 {
	color: #993300;
}
h6.highlight_box1 {
	color: #993300;
}
/* +++++++++++++++++  link style elements +++++++++++++ */
a {
	font-size: 1em;
	color: #993300;
}
a:hover {
	color: #5C743D;
	text-decoration: none;
}
a:visited {
	color: #993300;
}
/* +++++++++  main_content link style elements +++++++ */
a.main_content {
	font-size: .9em;
	font-weight: bold;
	color: #666666;
}
a:hover.main_content {
	color: #5C743D;
	text-decoration: none;
}
a:visited.main_content {
	font-size: .9em;
	font-weight: bold;
	color: #666666;
}
/* +++++++++  highlight_box1 link style elements +++++++ */
a.highlight_box1 {
	font-weight: bold;
	color: #003366;
	font-size: .9em;
}
a:hover.highlight_box1 {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited.highlight_box1 {
	color: #003366;
}

/* +++++++++++++++  unique font elements +++++++++++++++ */
.small {
	font-size: .9em;
}

.medium {
	font-size: 1.0em;
}

.large {
	font-size: 1.1em;
	font-weight: bold;
}

.x-large {
	font-size: 1.4em;
}

.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.horizontal_rule {
	padding: 1px;  /*  padding determines the width of the ling  */
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ++++++++++++++  unique other elements +++++++++++++++ */
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00FFFF;
	color: #660000;
	font-weight: bolder;
	font-size: 1.0em;
}

/* ++++++++++++++++++++++  fixes +++++++++++++++++++++++ */
/* place css fixes for all versions of IE in this conditional comment */
[if IE]>
<style type="text/css"> 
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
</style>
<![endif] 
/* the above proprietary zoom property gives IE the Layout it needs to avoid several bugs */
a-hover-powered_by {
	font-size: 9px;
	color: #333300;
	text-decoration: underline;
}