﻿/***********************/
/* Overall Page */
/***********************/
body {
	margin: 0;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #E20C15;
/*	background-color: #FFFFFF;*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* empty space*/
#empty {
	height: 1.5em;
}

/***********************/
/* Navigation */
/***********************/
#navigation {
	width: 830px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	background: url(images/navbg.gif)
	repeat-x;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 19.25%;
	height: 25px;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-align: center;
}
#navigation li a{
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
}

#navigation li a:hover{
	font-weight:bold;
	background: url(images/navbg_white.gif)
	repeat;
	color:#FF0000;
	width: 100%;
	height: 100%;
	text-decoration:none;
}
/***********************/
/*white window*/
/***********************/
.ww_topleft{
	background:url(images/whitew_tl.gif)
	right no-repeat;
	max-width:40px;
	max-height:40px;
}
.ww_left{
	background:url(images/whitew_l.gif)
	right repeat-y;
	max-width:40px;
	height:auto;
}
.ww_bottomleft{
	background:url(images/whitew_bl.gif)
	right no-repeat;
	max-width:40px;
	max-height:40px;
}
.ww_top{
	background:url(images/whitew_t.gif)
	bottom repeat-x;
	height:40px;
	width:auto;
}
.ww_topright{
	background:url(images/whitew_tr.gif)
	left no-repeat;
	max-width:40px;
	max-height:40px;
}
.ww_right{
	background:url(images/whitew_r.gif)
	left repeat-y;
	max-width:40px;
	height:auto;
}
.ww_bottom{
	background:url(images/whitew_b.gif)
	top repeat-x;
	width:auto;
	height:40px;
}
.ww_bottomright{
	background:url(images/whitew_br.gif)
	left no-repeat;
	max-width:40px;
	max-height:40px;
}
.ww_center {
	background-color:#FFFFFF;
	witdh: 720px;
	height:auto;
}
#whitewindow {
/*	background:url(images/whitew_tl.gif)
	top left no-repeat;*/
	min-width: 800px;
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
}

/***********************/
/*redwindow*/
/***********************/
.rw_topleft{
	background:url(images/redw_tl.gif)
	bottom right no-repeat;
	max-width:40px;
	max-height:40px;
}
.rw_top{
	background:url(images/redw_t.gif)
	bottom repeat-x;
	width:auto;
	max-height:40px;
}
.rw_bottom{
	background:url(images/redw_b.gif)
	top repeat-x;
	width:auto;
	max-height:40px;
}
.rw_topright{
	background:url(images/redw_tr.gif)
	bottom left no-repeat;
	max-width:40px;
	max-height:40px;
}
.rw_left{
	background:url(images/redw_l.gif)
	right repeat-y;
	max-width:40px;
	height:auto;
}
.rw_right{
	background:url(images/redw_r.gif)
	left repeat-y;
	max-width:40px;
	height:auto;
}
.rw_bottomleft{
	background:url(images/redw_bl.gif)
	top right no-repeat;
	max-width:40px;
	max-height:40px;
}
.rw_bottomright{
	background:url(images/redw_br.gif)
	top left no-repeat;
	max-width:40px;
	max-height:40px;
}
.rw_center {
	background-color:#E20C15;
	witdh: 520px;
	height:auto;
	color:#FFFFFF;
	font-weight:bold;
}
#redwindow {
	min-width: 600px;
	max-width:600px;
	height:auto;
}

/*header*/
#header{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.h_topleft{
	background:url(images/header_tl.gif)
	bottom right no-repeat;
	max-width: 30px;
	max-height: 25px;
}
.h_topright{
	background:url(images/header_tr.gif)
	bottom left no-repeat;
	max-width: 30px;
	max-height: 25px;
}
.h_bottomleft{
	background:url(images/header_bl.gif)
	top right no-repeat;
	max-width: 30px;
	max-height: 25px;
}
.h_bottomright{
	background:url(images/header_br.gif)
	top left no-repeat;
	max-width: 30px;
	max-height: 25px;
}
.h_top{
	background:url(images/header_t.gif)
	bottom repeat-x;
	height:25px;
}
.h_bottom{
	background:url(images/header_b.gif)
	top repeat-x;
	height:25px;
}
.h_left{
	background:url(images/header_l.gif)
	right repeat-y;
	width:30px;
}
.h_right{
	background:url(images/header_r.gif)
	right repeat-y;
	width:30px;
}
.h_center {
	background-color:#FFFFFF;
}
/***********************/
/* Footer */
/***********************/
#footer {
	width: 830px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	width: 19.25%;
	height: 25px;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-align: center;
}
#footer li a{
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
}
#footer li a:hover{
	font-weight:bold;
	color:#FFFFFF;
	width: 100%;
	height: 100%;
	text-decoration:underline;
}

/***********************/
/* Calendar*/
/***********************/

#calendar .calendarcell{
 	background-color:  #66CCFF;
	/*background-color:#FFFFFF;*/
	color: #E20C15;
	font-size:14px;
}


#calendar .calendarcellwjote{
	background-color:#FFFFFF;
	color: #E20C15;
	font-size:14px;
}

#calendar a {
font-size:14px;
}

/***********************/
/* Upcoming Events */
/***********************/

#upcomingevents {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 95%;
	margin: auto;
}

#upcomingevents{
	list-style:none;
	margin:0;
	padding:0;
}

/***********************/
/* Menu*/
/***********************/
#menu {
	font-size:12px;
}

#menucats li a{
  text-decoration: none;
  display:block;
  color:#FFFFFF;
}

#menucats li a:hover{
  text-decoration: underline;
  display:block;
  color:#FFFFFF;
}

#menucats li a:visited{
  text-decoration: underline;
  display:block;
  color:#FFFFFF;
}

.subtext{
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.5em;
  color:#FF0000;
}
  