body { 
  color: white; 
  background: #000; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; 
  margin: 0; 
  padding: 0; 
}
/* Top banner bar formatting */
div.top { 
  position: absolute; top: 10px; left: 10px; z-index: 2; 
  width: 680px; 
  height: 80px; 
  color: #ff0000; 
  background: #000; 
  border-bottom: 1px solid #FF0000;
  padding: 3px;
  font-size: 24px; 
/* Start box model hack */
  voice-family: "\"}\""; voice-family: inherit; width: 674px; height: 74px; 
}
html>body div.top { 
  width: 674px; height: 74px; 
}
/* End box model hack */

/* Settings for the top division. */
div.top img { 
  position: absolute;
  display: block;
  margin: 5px 10px 15px 5px;
  border : 0;
}
 
/* Formatting for side and main column divisions. */
div.side { 
  position: absolute;
  display: block;  
  top: 96px; 
  left: 10px; 
  z-index: 1; 
  width: 150px; 
  height: 500px; 
 	padding: 5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	vertical-align: middle;
	text-decoration: underline;
  border: 1px solid #ff0000; 
  background: #cccccc;
}
div.main { 
  position: absolute; 
  top: 96px; 
  left: 165px;
  margin-left:15px;
  z-index: 1; 
  width: 515px; 
  height: 500px; 
  padding-top: 0;
  margin-top: 0; 
  color: black; 
  border: 1px solid #cccccc; 
  background: white; 
}
div.main img { 
  position: relative;
  display: block;
  margin: 5px;
  padding: 5px;
  clear:both;
  border : 0;
}
/* Nested padding for side and main column divisions*/
div.sidepad { 
  padding-top: 35px; padding-left: 10px; 
}
div.mainpad { 
  padding: 15px 10px 5px 10px; 
}


/* Settings for the side division current link. */

div.side a, div.side a:link, div.side a:visited, div.side a:active { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #FF0000;
   text-decoration: underline;
}

div.side a, div.side a:link, div.side a:visited, div.side a:active { 
/* Start box model hack */
  width: 106px; voice-family: "\"}\""; voice-family: inherit; width: 90px; 
}
html>body div.side a { 
  width: 90px 
}
/* End box model hack */
div.side a:hover { 
  color: #000000;
  text-decoration: underline 
}

/* Settings for the main division */
div.main img { 
  display: block; float: left; 
  margin: 2px 2px 2px 2px;
  border : 0; 
}


div.picture {
	display: block;
	float: left;
	clear: both;
	margin: 2px;
	padding: 2px;
}

/* General settings */

.headline {
	color: #FF0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: left;
	vertical-align: middle;
	margin-left: 300px;
	margin-top: 40px;
}


h1 {
	color: #000099;
	font-weight: bold;
}

h2 {
	color:#FF0000;
	font-weight: bold;
}

h5 {
	color: #000099;
	font-weight: bolder;
}

.important {
	font-weight: bold;
}


.footer {
  text-align: center;
  margin-top: 100px;
  border-bottom: 1px solid #FF0000;	
  border-top: 1px solid #FF0000;
  color: #FF0000;
  clear: both;
  font-size : smaller;
} 
.calendarheader {
    font-family:arial, helvetica, sans-serif;
    color:#000000;
    font-size:11px;
    font-weight:bold;
    border-bottom: 2px solid #000099;	
    line-height:13px;
    text-align: left;
    letter-spacing: .2em;            
    }

.calendar {
    font-family:arial, helvetica, sans-serif;
    color:#000099;
    font-size:11px;
    font-weight:bold;
    background:#EEE;
    line-height:22px;
    text-align: left;
    letter-spacing: .2em;            
    }
.calendaralt {
    font-family:arial, helvetica, sans-serif;
    color:#333333;
    font-size:11px;
    font-weight:bold;
    background:#FFFFFF;
    line-height:22px;
    width:100%;
    text-align: left;
    letter-spacing: .2em;            
    }

.nav { 
  color: blue; background: transparent; 
  font-weight: bold;
}
a.nav:link { 
  color: blue; 
  background: transparent;
 text-decoration: underline;  
}
a.nav:visited { 
  color: red; background: transparent; 
}
a.nav:active { 
  color: blue; background: transparent; }
a.nav:hover { 
  color: #000; background: red; 
  text-decoration: none; 
}.calSubTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #EEEEEE;
	letter-spacing: normal;
	word-spacing: normal;
}

