html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
table.calendar {
	margin:0px;
	padding:0px;
	border-width:1px;
}
table.td {
	border-width:1px;
}
#flash {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 999999999;
}
#container {
	width:100%;
}
#header, #content, #footer {
	width:950px;
}
#header_top {
	height:23px;
	background-image:url(/images/cat.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
	padding-top:27px;
}
#header_top img {
	margin:0px 20px 0px 20px;
}
#header_divider {
	height:6px;
	border:1px solid black;
	border-left-width:0px;
	border-right-width:0px;
	background-color:#000080;
}
#header_middle {
	height:145px;
	margin:2px 0px 2px 0px;
	background-color:#000080;
	background-image:url(/images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#header_middle_left {
	float:left;
	width:290px;
	height:130px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	color:#FFFFFF;
	padding-top:15px;
	line-height:125%;
	text-align:center;
}
#header_middle_right {
	float:right;
	width:270px;
	height:115px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	color:#FFFFFF;
	line-height:160%;
	text-align:center;
	padding:20px 10px 0px 10px;
}
#header_menu {
	height:23px;
	padding-top:2px;
	border:1px solid black;
	border-left-width:0px;
	border-right-width:0px;
	background-color:#000080;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
#header_menu, #header_menu a:link, #header_menu a:visited, #header_menu a:active, #header_menu a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-size:17px;
}
img
{  border-style: none;
}
#content {
	min-height:500px;
	color:#000080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:120%;
	text-align:left;
}
#content_left {
	width:10px;
	float:left;
	padding:5px;
	text-align:center;
}
#content_right {
	width:250px;
	float:right;
	padding:5px;
	text-align:center;
}
#content_middle {
	width:600px;
	padding:5px;

}
#footer {
	padding:10px 0px 10px 0px;
}
#footer, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#000080;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	font-family:"Trebuchet MS";
	font-size:14px;
}

#rounded_box {
	margin:20px 0px 20px 0px;
}
#rounded_box_title {
	color:#000080;
	font-style:italic;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:17px;
	text-align:center;
	
	height:18px;
	padding:0px;
	margin:0px;
	margin-top:0px;
}
#rounded_box_content {
	padding:0px;
}
#corner_top_left, #corner_top_right, #corner_bottom_left, #corner_bottom_right {
	width:7px;
	height:7px;
	background-repeat:no-repeat;
}
#corner_top_left {
	background-image:url(/images/corner_top_left.jpg);
}
#corner_top_right {
	background-image:url(/images/corner_top_right.jpg);
}
#corner_bottom_left {
	background-image:url(/images/corner_bottom_left.jpg);
}
#corner_bottom_right {
	background-image:url(/images/corner_bottom_right.jpg);
}
#edge_top, #edge_bottom, #edge_left, #edge_right {
	border:0px solid #C0C0C0;
}
#edge_top {
	border-top-width:1px;
	height:7px;
}
#edge_bottom {
	border-bottom-width:1px;
	height:7px;
}
#edge_left {
	border-left-width:1px;
	width:7px;
}
#edge_right {
	border-right-width:1px;
	width:7px;
}

<!-- Calendar classes -->

.cal_EventDetail {
	font-size:1.2em;

}

.cal_MonthName {

	font-family:verdana;
	font-size:8.5pt;
	font-weight:bold;
	color:#333333;
	background:#eeeeee;
	border:1px solid #AAAAAA;
	text-align:center;
}

.cal_Arrows {

	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
	background:#eeeeee;
	border:1px solid #AAAAAA;
	text-align:center;
}


.cal_DaysoftheWeek {
	
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	background:#000080;
	color:#ffffff;
}


.cal_CurrentDay {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	border:2px solid #cc0000;
}

.cal_CurrentDayEvent {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:#AD5813;
	background:#FBF4D9;
	border:2px solid #cc0000;
	cursor:hand;
}

.cal_NormalDay {
	font-weight:bold;
	font-family:verdana;
	font-size:8pt;
	border:1px solid #BBBBBB;
}

.cal_EventDay {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:#AD5813;
	background:#FBF4D9;
	border:1px solid #ECC53B;
	cursor:hand;
}

.cal_NoSchool {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:#B2321C;
	background:#FBDFD9;
	border:1px solid #EC553B;
}

.cal_Vacation {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	color:#19529B;
	background:#D9E7FB;
	border:1px solid #3B88EC;
}

.cal_NextMonthDay {
	background:#AAAAAA;
	filter:alpha(opacity=30);
	border:1px solid #333333;
}

.cal_PreviousMonthDay {
	background:#AAAAAA;
	filter:alpha(opacity=30);
	border:1px solid #333333;
}

<!-- hr -->

hr {
border-top:1px solid #cccccc;
height:1px;
margin-top:0px;
margin-bottom:0px;
}

<!-- Copyrights and BRS Credit -->

d.Copyright {
  padding:5px 5px;
  color:#000080;
  background:#E2E2E2;
}

span.Copyright {
  width:55%;
  font-size:8pt;
  color:#000080;
  float:left;
}



span.BRSCredit {
  width:40%;
  font-size:8pt;
  color:#000080;
  float:right;
  text-align:right;
}

a.BRSLink,a.BRSLink:visited,a.BRSLink:active,a.BRSLink:hover {
  color:#000080;
  text-decoration:none;
}

a.BRSLink:hover {
  text-decoration:underline;
}
