 
 
 
 
 
 
 
 



 




















/* colorPalette=default themePolicy= */
 
@charset "UTF-8";
/* Global styles */

body {
	background-color: #076324;
	background-image: url(images/site_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-align: left;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#workshops #wrapper {
	background-image: url(images/workshops_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 97px;
}

#wrapper #student_contest {
	background-image: url(images/contest_bkgnd.jpg);
	background-repeat: no-repeat;
	display: block;
}

#student_contest h1 {
	padding-top: 5px;
}

#main_content_wrap {
	text-align: left;
	padding: 0px;
	width: 920px;
	margin: 0px 0px 15px 20px;
}

a:link, a:visited {
	color: #2a773d;
	text-decoration: underline;
}

a:hover {
	color: #2a773d;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #075f23;
	margin: 5px 0px 12px 0px;
}

.ee_h1 {
	font-size: 24px;
	line-height: 21px;
	font-style: italic;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #075f23;
	margin: 0px 0px 12px 0px;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

li {
	list-style-type: square;
	color: #075f23;
	margin: 0px 0px 5px -10px;
}

.im_right {
	display: inline;
	float: right;
	margin: 0px 0px 10px 15px;
	text-align: center;
}

.im_left {
	display: inline;
	float: left;
	margin: 0px 15px 10px 0px;
	text-align: center;
}

.text_link:link, .text_link:visited {
	font-weight: bold;
	color: #2a773d;
	text-decoration: underline;
}

.text_link:hover {
	text-decoration: none;
}

/* Styles specific to header region */

#header {
	color: #b3dc1c;
}

input.search_but {
	height: 20px;
	width: 68px;
}

#search_phone {
	background-image: url(images/header_search_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #ebdfb1;
}

#search_area {
	margin-right: 20px;
	margin-top: 10px;
}

#search_cont {
	float: right;
	margin-left: 15px;
}

.search_box {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #55ad2c;
	height: 14px;
	width: 150px;
}

/* Main Menu Styles and States */

#nav-home a {
	background-image: url(images/menu_home_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 64px;
}

#nav-home a:hover {
	background-image: url(images/menu_home_hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 64px;
}

#nav-workshops a {
	background-image: url(images/menu_workshops_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 98px;
}

#nav-workshops a:hover {
	background-image: url(images/menu_workshops_hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 98px;
}

#workshops #nav-workshops a {
	background-image: url(images/menu_workshops_in.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 98px;
}

#nav-lessons a {
	background-image: url(images/menu_lessons_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 72px;
}

#nav-lessons a:hover {
	background-image: url(images/menu_lessons_hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 72px;
}

#lessons #nav-lessons a {
	background-image: url(images/menu_lessons_in.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 72px;
}

#nav-resources a {
	background-image: url(images/menu_resources_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 86px;
}

#nav-resources a:hover {
	background-image: url(images/menu_resources_hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 86px;
}

#resources #nav-resources a {
	background-image: url(images/menu_resources_in.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 86px;
}

#student_contest #nav-resources a {
	background-image: url(images/menu_resources_cont_in.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 86px;
}

#nav-contacts a {
	background-image: url(images/menu_contacts_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 80px;
}

#nav-contacts a:hover {
	background-image: url(images/menu_contacts_hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 80px;
}

#contacts #nav-contacts a {
	background-image: url(images/menu_contacts_in.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 80px;
}

#nav-students a {
	background-image: url(images/menu_students_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 121px;
}

#nav-students a:hover {
	background-image: url(images/menu_students_hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 121px;
}

#students #nav-students a {
	background-image: url(images/menu_students_in.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 121px;
}

#nav-teachers a {
	background-image: url(images/menu_teachers_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 115px;
}

#nav-teachers a:hover {
	background-image: url(images/menu_teachers_hov.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 115px;
}

#teachers #nav-teachers a {
	background-image: url(images/menu_teachers_in.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	width: 115px;
}

#lesmenu a:link, #lesmenu a:visited, #lessons #lesmenu a:link, #lessons #lesmenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/menu_sub_bkgnd.gif);
	background-repeat: repeat;
	text-align: center;
	display: block;
	padding: 0;
	height: 25px;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2a773d;
}

#lesmenu a:hover, #lessons #lesmenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #126433;
	text-decoration: none;
	background-image: url(images/menu_sub_bkgnd_hov.gif);
	background-repeat: repeat;
	text-align: center;
	display: block;
	padding: 0;
	height: 25px;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2a773d;
}

#resmenu a:link, #resmenu a:visited, #resources #resmenu a:link, #resources #resmenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/menu_sub_bkgnd.gif);
	background-repeat: repeat;
	text-align: center;
	display: block;
	padding: 0;
	height: 25px;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2a773d;
}

#resmenu a:hover, #resources #resmenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #126433;
	text-decoration: none;
	background-image: url(images/menu_sub_bkgnd_hov.gif);
	background-repeat: repeat;
	text-align: center;
	display: block;
	padding: 0;
	height: 25px;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2a773d;
}

/* Styles specific to index page */

#home_flash {
	margin: 0;
	padding: 0;
	border: 0;
	height: 230px;
	width: 960px;
}

#home_news {
	background-image: url(images/index_news_bkgnd.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px 0px 10px 15px;
	padding: 0px;
	width: 325px;
	float: right;
	display: inline;
}

#home_news_list {
	width: 295px;
	margin: 0px 0px 10px 15px;
}

.home_news_link a:link, .home_news_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 277px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.home_news_link a:hover {
	text-decoration: none;
}

#morenews {
	margin: 0 0 10px 33px;
}

/* Styles specific to inner pages */
/* Styles specific to secondary navigation */

#sec_menu {
	margin: 0px 5px 10px 15px;
	padding: 0px;
	width: 200px;
	float: right;
	display: inline;
}

#sec_menu_bg {
	background-image: url(images/sec_menu_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#sec_menu_list {
	width: 170px;
	margin: 0px 0px 0px 15px;
}

#mus_menu_link a:link, #mus_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#mus_menu_link a:hover {
	text-decoration: none;
}

#museums #mus_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

#con_menu_link a:link, #con_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#con_menu_link a:hover {
	text-decoration: none;
}

#student_contest #con_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

#eee_menu_link a:link, #eee_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#eee_menu_link a:hover {
	text-decoration: none;
}

#eeevents #eee_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

#csf_menu_link a:link, #csf_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#csf_menu_link a:hover {
	text-decoration: none;
}

#ctscience #csf_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

#shs_menu_link a:link, #shs_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#shs_menu_link a:hover {
	text-decoration: none;
}

#shining_sol #shs_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

#adr_menu_link a:link, #adr_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#adr_menu_link a:hover {
	text-decoration: none;
}

#add_res #adr_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

#gk2_menu_link a:link, #gk2_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#gk2_menu_link a:hover {
	text-decoration: none;
}

#gk2 #gk2_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

#g35_menu_link a:link, #g35_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#g35_menu_link a:hover {
	text-decoration: none;
}

#g35 #g35_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

#g68_menu_link a:link, #g68_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#g68_menu_link a:hover {
	text-decoration: none;
}

#g68 #g68_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

.news_news_link {
	padding: 0px 0px 0px 18px;
	width: 920px;
	margin-bottom: 12px;
	display: block;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.news_news_link a:link, .news_news_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	margin-bottom: 8px;
}

.news_news_link a:hover {
	text-decoration: none;
}

#wact_menu_link a:link, #wact_menu_link a:visited {
	color: #2a773d;
	text-decoration: underline;
	padding: 0px 0px 0px 18px;
	width: 152px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/menu_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#wact_menu_link a:hover {
	text-decoration: none;
}

#workshop_activ #wact_menu_link a {
	background-image: url(images/menu_arrow.gif);
	font-weight: bold;
	color: #075f23;
	text-decoration: none;
}

/* Styles specific to workshop page */

.wkshp_list {
	padding: 0 0 10px 0;
	width: 292px;
	margin: 0px 0px 0px 15px;
	display: block;
	font-size: 11px;
	line-height: 13px;
}

.wkshp_list_b {
	font-weight: bold;
	color: #075f23;
}

#workshops_list {
	margin: 0px 0px 10px 15px;
	padding: 0px;
	width: 325px;
	float: right;
	display: inline;
}
#workshops_add_list {
	background-image: url(images/workshops_list_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#pimms {
	margin: 16px 20px 0 15px;
	float: right;
}

/* Styles specific to grade level charts */

.chart_top_green {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #bcd2a8;
}

.chart_top_green_end {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #bcd2a8;
	border-right: 1px solid #075f23;
}

.chart_top_35_green {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #bcd2a8;
	border-top: 1px solid #075f23;
}

.chart_top_35_green_end {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #bcd2a8;
	border-right: 1px solid #075f23;
	border-top: 1px solid #075f23;
}

.chart_top_white {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #FFF;
}

.chart_top_35_white {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #FFF;
	border-top: 1px solid #075f23;
}

.chart_col_green {
	color: #333;
	text-align: center;
	padding: 6px;
	background-color: #bcd2a8;
	font-weight: bold;
}

.chart_col_white {
	color: #333;
	text-align: center;
	padding: 6px;
	background-color: #FFF;
	font-weight: bold;
}

.chart_row_green {
	color: #333;
	text-align: center;
	padding: 6px;
	background-color: #bcd2a8;
	font-weight: bold;
	border-bottom: 1px solid #075f23;
}

.chart_row_green_end {
	color: #333;
	text-align: center;
	padding: 6px;
	background-color: #bcd2a8;
	font-weight: bold;
	border-bottom: 1px solid #075f23;
	border-right: 1px solid #075f23;
}

.chart_row_white {
	color: #333;
	text-align: center;
	padding: 6px;
	background-color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #075f23;
}

.chart_lessons {
	font-size: 11px;
	line-height: 13px;
	padding: 6px 10px 6px 8px;
	background-color: #FFF;
	border-bottom: 1px solid #075f23;
	border-left: 1px solid #075f23;
}

.chart_lessons_68 {
	font-size: 11px;
	line-height: 13px;
	padding: 6px 10px 6px 8px;
	background-color: #FFF;
	border-bottom: 1px solid #075f23;
}

.chart_ET {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #333;
	padding: 6px 10px 6px 8px;
	background-color: #ffe54f;
	border-bottom: 1px solid #075f23;
	border-left: 1px solid #075f23;
}

.chart_EEF {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #333;
	padding: 6px 10px 6px 8px;
	background-color: #f6adcd;
	border-bottom: 1px solid #075f23;
	border-left: 1px solid #075f23;
}

.chart_SYS {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #333;
	padding: 6px 10px 6px 8px;
	background-color: #aeaaaa;
	border-bottom: 1px solid #075f23;
	border-left: 1px solid #075f23;
}

.chart_ENV {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FFF;
	padding: 6px 10px 6px 8px;
	background-color: #00ad7d;
	border-bottom: 1px solid #075f23;
	border-left: 1px solid #075f23;
}

.chart_CRS {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #FFF;
	padding: 6px 10px 6px 8px;
	background-color: #00abe8;
	border-bottom: 1px solid #075f23;
	border-left: 1px solid #075f23;
}

.chart_sub_head {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #075f23;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

.chart_wrap {
	border: 1px solid #075f23;
	float: right;
	clear: right;
	margin: 0px 0px 10px 15px;
}

.chart_wrap_1_2 {
	border: 1px solid #075f23;
	margin: 0px 0px 0px 15px;
}

.chart_wrap_3_5 {
	border: 1px solid #075f23;
	margin: 10px 0px 0px 0px;
}

.tabletop_3_5 {
	float: left;
	width: 525px;
}

#third_gr {
	margin-top: -10px;
}

.capsule {
	background-color: #f3ebcc;
	padding: 10px;
	border: 1px solid #e8d9a3;
	margin-bottom: 15px;
}

.web_button {
	margin-top: 10px;
}

#content_wrap_lessons {
	text-align: left;
	padding: 0px;
	width: 920px;
	margin: 0px 0px 15px 20px;
	background-image: url(images/lessons_girl_wind.jpg);
	background-repeat: no-repeat;
	background-position: right 43px;
}

/* Styles specific to forms */

#contact_form_cont {
	float: right;
	clear: right;
	display: inline;
	width: 500px;
	margin: 0px 0px 15px 15px;
	padding:0;
}


#contact_form {
	font-size: 10px;
	line-height: 12px;
	background-image: url(images/contacts_form_bkgnd.jpg);
	background-repeat: no-repeat;
	
}

.login_form {
	font-size: 10px;
	line-height: 12px;
	background-image: url(images/login_form_bkgnd.jpg);
	background-repeat: no-repeat;
	
}

#login_split {
	background-image: url(images/login_div.gif);
	background-repeat: repeat-y;
	width: 50px;
}

#contact_form_table {
	margin: 13px 0px 13px 15px;
}

input {
	font-size: 12px;
	line-height: 14px;
	color: #55ad2c;
	height: 14px;
}

input.nme {
	width: 224px;
	margin: 3px 10px 10px 0px;
}

input.grd {
	width: 94px;
	margin: 3px 10px 10px 0px;
}

input.str {
	width: 464px;
	margin: 3px 0px 10px 0px;
}

input.sch {
	width: 354px;
	margin: 3px 0px 10px 0px;
}

input.sch2 {
	width: 354px;
	margin: 3px 10px 10px 0px;
}

input.ste {
	width: 84px;
	margin: 3px 10px 10px 0px;
}

input.user {
	width: 120px;
	margin: 3px 10px 10px 0px;
}

input.pass {
	width: 120px;
	margin: 3px 0px 10px 0px;
}

input.zip {
	width: 94px;
	margin: 3px 0px 10px 0px;
}

input.cit {
	width: 254px;
	margin: 3px 10px 10px 0px;
}

input.arc {
	width: 44px;
	margin: 3px 5px 10px 0px;
}

input.phn {
	width: 64px;
	margin: 3px 10px 10px 0px;
}

input.eml {
	width: 274px;
	margin: 3px 0px 10px 0px;
}

input.log {
	width: 295px;
	margin: 3px 0px 10px 0px;
}

input.sub {
	font-size: 12px;
	line-height: 14px;
	color: #075f23;
	height: 24px;
	margin: 3px 0px 0px 0px;
}

textarea {
	font-size: 12px;
	line-height: 14px;
	color: #55ad2c;
	*width: 464px;
	width: 468px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.errorbox {
	display: block;
	float: left;
	height: auto;
	width: auto;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Styles specific to footer region */

#footer {
	text-align: center;
	width: 960px;
	padding: 0px;
}

#ceef {
	width: 960px;
	font-size: 9px;
	line-height: 11px;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

#bot_links {
	width: 960px;
	font-size: 11px;
	line-height: 20px;
	background-color: #f3ebcc;
	background-image: url(images/footer_lowrule.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	padding-bottom: 15px;
	margin: 0px;
}

#bot_links a:link, #bot_links a:visited {
	font-weight: bold;
	color: #2a773d;
	text-decoration: none;
}

#bot_links a:hover {
	text-decoration: underline;
}

.ee_foot {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.smarts_foot {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

/* various text classes for inline use */

.ee {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #075f23;
}

.v11_blk_b {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.v11_grn_b {
	font-size: 11px;
	font-weight: bold;
	color: #2a773d;
}

.v11_grn_b_ital {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #2a773d;
}

.v12_grn_b_ital {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #2a773d;
}

.v12_grn_b {
	font-size: 12px;
	font-weight: bold;
	color: #2a773d;
}

.v12_grn {
	font-size: 12px;
	color: #2a773d;
}

.v12_gray {
	font-size: 12px;
	color: #666666;
}

.v14_wht_b {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
@charset "UTF-8";

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
div.MenuBarResources
{
	margin: 0;
	padding: 0;
	cursor: default;
	width: 86px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug */
div.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
div.MenuBarResources div
{
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	width: 86px;
	height: 42px;
	left: 0px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
div.MenuBarResources div div
{
	margin-top: 1px;
	padding: 0;
	width: 200px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	clear: left;
	margin-right: -57px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
div.MenuBarResources div.MenuBarSubmenuVisible
{
	position: relative;
	left: -57px;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
div.MenuBarResources iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	div.MenuBarResources div.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}
@media screen {
* html div.MenuBarResources {position: relative!important; float: left;
height: 42px; margin: -21px -1000px -1000px 0px; display: inline;}
*:first-child+html div.MenuBarResources {position: relative!important;
float: left; height: 42px; margin: -21px -1000px -1000px 0px;}
}
@charset "UTF-8";

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
div.MenuBarGrades
{
	margin: 0;
	padding: 0;
	cursor: default;
	width: 72px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug */
div.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
div.MenuBarGrades div
{
	margin: 0;
	padding: 0;
	position: relative;
	cursor: default;
	width: 72px;
	height: 42px;
	left: 0px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
div.MenuBarGrades div div
{
	margin-top: 1px;
	padding: 0;
	width: 130px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	clear: left;
	margin-right: -27px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
div.MenuBarGrades div.MenuBarSubmenuVisible
{
	position: relative;
	left: -27px;
	width: 130px;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
div.MenuBarGrades iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	div.MenuBarGrades div.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}
@media screen {
* html div.MenuBarGrades {position: relative!important; float: left;
height: 42px; margin: -21px -1000px -1000px 0px; display: inline;}
*:first-child+html div.MenuBarGrades {position: relative!important;
float: left; height: 42px; margin: -21px -1000px -1000px 0px;}
}
eesmarts {
	font-size: 5px;
}

grade {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B3DC1C;
	letter-spacing: 0px;
	display: inline;
}

date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	display: inline;
}

place {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	display: inline;
}
@charset "UTF-8";
/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.confirmRequiredMsg, 
.confirmInvalidMsg, 
.confirmValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .confirmRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.confirmRequiredState .confirmRequiredMsg,
.confirmInvalidState .confirmInvalidMsg
{
	display: inline;
	color: #CC3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required , invalid , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */

 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.confirmValidState input, input.confirmValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.confirmRequiredState, .confirmRequiredState input, 
input.confirmInvalidState, .confirmInvalidState input
{
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.confirmFocusState input, input.confirmFocusState {
	background-color: #FFFFCC;
}


@charset "UTF-8";

/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}



 



  
        
 
