body {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4e7f98;
	text-align: center;
}
/**** Layout ****************/
#container {
	width: 800px;
	margin-top: 2px;
	margin-left: 10px;
}
#header {
  color: white;
  background-color: #dc231e;
}
#masthead {
  height: 135px;
}
#navigation {
  width: 100%;
  padding-bottom: 2px;
  height: 20px;
	color: white;
  background-color: #4e7f98;  
}
#contwrapper {
  width: 796px;
	border-left: 2px solid #dc231e;
  border-top: 2px solid #dc231e;
	border-right: 2px solid #dc231e;
	float: left;
}	
#col_main {
	width: 780px;
	margin: 0;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	border-top: 0;
	border-bottom: 0;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #dc231e;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
* html #container {
	width: 820px;
	w\idth: 800px;
}
/**** Styles for Images ********/
#col_main img {
	padding: 4px;
}

/**** Styles for Text **********/
#container {
	color: black;
}
#header {
  color: white;
  background-color: #dc231e;
}
#footer p {
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#col_left p {
	font-size: 10px;
	color: black;
	margin: 6px;
	padding-bottom: 10px;
}
#col_main h4.weather {
	color: #dc231e;
}
#col_main span.weather {
	color: #dc231e;
	font-size: 13px;
  font-weight: 700;
}
#col_right p {
	font-size: 10px;
	color: black;
	margin: 6px;
	padding-bottom: 10px;
}
h1 {
	font-size: 20px;
  font-weight: 900;
	color: #1C71B8;	
}
h2 {
	font-size: 15px;
  font-weight: 700;
	color: #1C71B8;	
}
h3 {
	font-size: 15px;
  font-weight: 800;	
	color: #1C71B8;
}
h4 {
	font-size: 13px;
  font-weight: 700;	
	color: #1C71B8;
}
h5 {
	font-size: 12px;
  font-weight: 500;	
	color: #dc231e;
	border-top: 1px dotted #dc231e;
	margin: 0;
	padding: 0;
}
/**** Styles for Links **********/
a {
	color: #dc231e;
	text-decoration: underline;
}
a:hover {
	color: #dc231e;
	text-decoration: none;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.external {
  background: url(images/externallink.jpg) no-repeat right top;
  padding-right: 15px;
}
.pdf {
  background: url(images/pdf.gif) no-repeat right top;
  padding-right: 15px;
}
/**** fix IE ****************/
* html a .nav a {
  height: 1px;
}
/**** Tables ****************/
table.cal {
 border: 1px solid #999;
 border-collapse: collapse;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 0 auto;
}
th.cal {
  border: 1px solid #999;
  font-size: 90%;
}
td.cal {
  border: 1px solid #999;
  height: 75px;
  width: 75px;
  padding: 5px;
  vertical-align: top;
}
td.empty {
  background-color: #F3F3F3;
}
caption.cal {
	font-size: 20px;
  font-weight: 800;	
	color: #1C71B8;
	padding-bottom: 10px;
}
.day {
  text-align: right;
}
.notes {
  font-size: 80%;
  text-align: right;
  padding-left: 5px;
}
.event {
  height: 75px;
  width: 75px;
  background-color: #F8E4E4;
  border: 1px solid #999;
}
.weekend {
  background-color: #F3F3F3;
}
caption a {
	color: #dc231e;
	font-weight: normal;
	text-decoration: none;
}
caption a:hover {
	color: #dc231e;
	font-weight: normal;
	text-decoration: underline;
}