@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 95%;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
} 


.thrColFixHdr #header {
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	text-align: center;
	color: #000066;
	font-size: 26px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #309;
}

a:hover {
	color: #00F;
	text-decoration: underline;
	text-align: center;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 151px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	text-align: left;
}
.thrColFixHdr #mainContent {
	border-top-width: 20px;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9CF;
	border-right-color: #9CF;
	border-bottom-color: #9CF;
	border-left-color: #9CF;
	margin-top: 2px;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000000;
	text-align: left;
	border-top-style: solid;
	border-bottom-style: solid;
} 

#mainContent h1 {
	color: #000066;
	font-size: 24px;
	text-align: left;
}
#mainContent h2 {
	color: #000066;
	vertical-align: top;
	font-size: 18px;
	text-align: left;
}


.thrColFixHdr #footer {
	background:#FFF;
	font-size: x-small;
	text-align: center;
} 
.thrColFixHdr #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 */
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: medium;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	margin-bottom: 6px;
}
.event {
	clear: none;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}
.thrColFixHdr #container #mission_statement #supt_ed_adv_buttons table {
	border: thin solid #9CF;
}

.crisis2 {
	font-size: small;
}
#sea_button1 {
	text-align: center;
	font-size: small;
	font-weight: bold;
}

#sea_button2 {
	text-align: center;
	font-size: small;
	font-weight: bold;
}
#sea_button3 {
	text-align: center;
	font-size: small;
	font-weight: bold;
}
#sea_button4 {
}
.cal_month {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-weight: bold;
	text-align: center;
}
.cal_event {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: x-small;
	text-align: left;
}

.cal_day {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.cal_date {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: small;
	font-weight: bold;
}
