body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c00df3;
}

#table_body{
	width: 955px;
	background-color: #d7ea54;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	table-layout: fixed;
}

#row_top{
	background-image: url(./assets/body_table_top_bg.gif);
	background-repeat: repeat-x;
	background-position:top;
	height: 11px;
}

#row_top_curve{
	background-image: url(./assets/body_table_top_right.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

.side_column_left{
	width: 30px;
	background-image: url(./assets/body_table_left_side.gif);
	background-repeat: repeat-y;
	background-position:left;
}

.side_column_right{
	width: 30px;
}

.menu_table{
	margin-left: 205px;
	width: 650px;
	height: 29px;
}

#menu_top_left{
	width: 18px;
	background-image: url(./assets/menu_top_left.gif);
}

#menu_top_right{
	width: 18px;
	background-image: url(./assets/menu_top_right.gif);
}

td.menu_top_text{
	background-image: url(./assets/menu_top_bg.gif);
	background-repeat: repeat-x;
	color: #c00df3;
	font-weight: normal;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive, sans-serif;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

a.menu_item{
	color: #c00df3;
	font-weight: normal;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive, sans-serif;
	text-decoration: none;
}

.menu_top_divider{
	background-image: url(./assets/menu_top_bg.gif);
	background-repeat: repeat-x;
	width: 18px;
}

.menu_top_divider_left{
	background-image: url(./assets/menu_top_left_white_blue.gif);
	background-repeat: repeat-x;
	width: 18px;
}

.menu_top_divider_right{
	background-image: url(./assets/menu_top_right_white_blue.gif);
	background-repeat: repeat-x;
	width: 18px;
}

#menu_bottom_row{
	background-color: #ffffff;
	background-image: url(./assets/header_top_right.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

#menu_bottom_left{
	width: 18px;
	background-image: url(./assets/menu_bottom_left.gif);
}

#menu_bottom_right{
	width: 18px;
	background-image: url(./assets/menu_bottom_right.gif);
}

.menu_bottom_text{
	background-image: url(./assets/menu_bottom_bg.gif);
	background-repeat: repeat-x;
	color: #c00df3;
	font-weight: normal;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

.menu_bottom_divider{
	background-image: url(./assets/menu_bottom_bg.gif);
	background-repeat: repeat-x;
	width: 18px;
}

.menu_bottom_text_active{
	background-image: url(./assets/menu_bottom_bg_white.gif);
	background-repeat: repeat-x;
	color: #c00df3;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

.menu_bottom_divider_left{
	background-image: url(./assets/menu_bottom_left_white_blue.gif);
	background-repeat: repeat-x;
	width: 18px;
}

.menu_bottom_divider_right{
	background-image: url(./assets/menu_bottom_right_white_blue.gif);
	background-repeat: repeat-x;
	width: 18px;
}

#main_content_td{
	background-color: #ffffff;
}

#main_content_table{
	width: 890px;
}

#msg_column{
	width: 190px;
}

#content_column{
	vertical-align: top;
	height: 250px;
}

#footer_table{
	height: 20px;
	width: 895px;
	background-image: url(./assets/footer_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #c00df3;
	font-weight: normal;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive, sans-serif;
}

#footer_table_left{
	background-image: url(./assets/footer_left.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	width: 16px;
}

#footer_table_right{
	background-image: url(./assets/footer_right.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	width: 16px;
}

#last_row_left{
	background-image: url(./assets/body_table_bottom_left.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}

#last_row{
	background-image: url(./assets/body_table_bottom.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height: 20px;
}

#last_row_right{
	background-image: url(./assets/body_table_bottom_right.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
}

#logo_gif{
	position: relative;
	left: 0px;
	top: -4px;
	height: 11px;
}

#balloon_gif{
	position: relative;
	left: 35px;
	top: 125px;
}

#comp_gif{
	position: relative;
	left: -10px;
	top: -30px;
}

#actual_content_table{
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	color: #1d69ef;
	font-size: 10pt;
}

.default_mat_pink{
	background-image: url(./images/mat_pink.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #2966d8;
	height: 170px;
	font-weight: bold;
}

.default_mat_blue{
	background-image: url(./images/mat_blue.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #fafe00;
	height: 170px;
	font-weight: bold;
}

.default_mat_yellow{
	background-image: url(./images/mat_yellow.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #c00df3;
	height: 170px;
	font-weight: bold;
}

h3{
	color: #c00df3;
	font-weight: normal;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive, sans-serif;
	text-decoration: none;
	font-size: 14pt;
	margin-bottom: 0px;
}

.h3_link{
	color: #c00df3;
	font-weight: normal;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive, sans-serif;
	text-decoration: none;
	font-size: 14pt;
}

ul.schools_list {
	list-style: none;
	padding: 0;
}