<!--
/********************************
 * DO NOT EDIT THE FOLLOWING html
 * OR body CSS OBJECTS
 *******************************/
html {
	height:100%}

body {
	height:100%}

/********************************
 * SETS THE PAGE MARGINS, BACKGROUND,
 * AND GENERAL FONT INFORMATION
 *******************************/
body,td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 15px; 
	color: #000000;
	background-color: #FFFFFF;  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px}

/********************************
 * GENERAL LINK INFORMATION
 *******************************/
a {  
	color: #669999; 
	text-decoration: underline}

a:visited {  
	color: #669999}

a:hover {  
	color: #FF0000; 
	text-decoration: none}

/********************************
 * MAIN MENU LINK INFORMATION
 *******************************/
a.menu_link {
	color: #666666; 
	text-decoration: none}

a.menu_link:visited {
	color: #666666; 
	text-decoration: none}

a.menu_link:hover {
	color: #FF0000; 
	text-decoration: underline}

/********************************
 * LOGO FONT
 *******************************/
.school_logo {  
	color: #FFFFFF;
	font-weight: bold;
	font-size: 25px;
	vertical-align:center}

/********************************
 * FIRST HEADER ROW
 *******************************/
.header_top {  
	background-color: #000069; 
	height: 60px;
	border-width: 1px 0px 1px 0px;
	border-color: #999999;
	border-style: solid; 
	padding-top: 0px; 
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 10px}

/********************************
 * MAIN MENU ROW OF HEADER
 *******************************/
.header_menu {  
	color: #666666;
	font-weight: bold;
	padding-top: 0px; 
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 10px; 
	height: 20px; 
	background-color: #CCCCCC;
	vertical-align: middle;
	background-image: url(../images/menu_background.gif)}

/********************************
 * BOTTOM HEADER ROW
 *******************************/
.header_bottom { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A24C4C; 
	font-size: 20px; 
	font-style: italic; 
	font-weight: bold; 
	text-align: right;
	letter-spacing: 8px;
	padding-top: 0px; 
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 10px;
	background-color: #efefef; 
	height: 30px;
	border-width: 1px 0px 1px 0px;
	border-color: #999999;
	border-style: solid}

/********************************
 * LEFT COLUMN INFORMATION
 *******************************/
.left_column {  
	color: #666666;
	vertical-align: top; 
	width: 520px; 
	padding-top: 5px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	**height: 100%}

/********************************
 * SPACE SEPARATION LEFT COLUMN
 * AND MAIN CONTENT BODY
 *******************************/
.gutter {  
	width: 5px; 
	background-image: url(../images/gutter.gif);
	**height: 100%}

/********************************
 * MAIN CONTENT BODY
 *******************************/
.content_body {
	font-size: 12px;
	line-height: 17px;
	vertical-align: top; 
	padding-top: 5px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	**height: 100%}

/********************************
 * FOOTER
 *******************************/
.footer {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	text-align: center;
	background-color: #666666}

/********************************
 * FONT STYLE FOR PAGE TITLE
 *******************************/
.page_title {  
	font-size: 14px; 
	font-weight: bold}

/********************************
 * FONT STYLE FOR ANNOUNCEMENT
 * TITLES IN LEFT COLUMN
 *******************************/
.announcement_title {  
	font-size: 11px; 
	font-weight: bold;
	color: #666666}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


-->
