* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #2A2323;
  background : #E6D281;
  text-align: center;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #004E94; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #004E94; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #004E94; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #004E94; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #004E94; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #004E94; margin-top : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #C39229; font-weight : bold; text-decoration : none;}
A:Visited  { color : #C39229; font-weight : bold; text-decoration : none;}
A:Active  { color : #C39229; font-weight : bold; text-decoration : none;}
A:Hover  { color : #C39229;	font-weight : bold; text-decoration : underline;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #C39229;
  color : fff;
  background : none;
}

div#wrapper {
   width: 965px;
   margin: 20px auto 20px auto;
   padding : 0;
   text-align: left;
   background : #fff url(images/bg_wrapper.gif) top right repeat-y;
}

img#bottom {
  vertical-align:bottom;
}


div#content-wrapper {
  margin : 10px 40px 0 10px;
  background : #fff url(images/bg_nav.gif) top left repeat-y;
}

ul#topnav {
  float : left;
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  margin : 0;
  padding : 0;
  list-style: none;
  width : 187px;
}

ul#topnav li {  
  margin : 0;
  padding : 0;
  width : 187px;
  position: relative;
  z-index : 12;
}

ul#topnav li ul {
	position: absolute;
	left: 187px; 
	top: 0;
	display: none;
	width : auto;
	background : #FAECB6;
	z-index : 10;
	border : 1px solid #C39229;
	border-width : 1px 1px 1px 0;
	list-style: none;
	margin : 0;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : left; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  text-decoration: none;
  font-weight : normal;
  padding : 5px 7px;
  color : #000;
  display : block;
  }

ul#topnav li a:hover {
  background : #C39229;
}

ul#topnav li ul li a { padding: 1px 5px; display : block; font-size : 11px; text-align : left;} /* Sub Menu Styles */
ul#topnav li:hover ul, ul#topnav li.over ul { display: block;} /* The magic */

div#sidebar_right {
  float : right;
  width : 150px;
  padding : 3px;
  border : 3px double #C39229;
  background : #fff;
}

div#sidebar_right h3 {
  margin : 0 0 0.25em 0;
}

div#footer {
  text-align : center;
  font-size : 13px;
  color : #004E94;
  font-family : "Trebuchet MS", Verdana, sans-serif;
  margin : 0;
}

div#footer p {  
  color : #004E94;
  font-size : 13px;
  line-height : normal;
  text-align : center;
  
}

div#footer a {
  font-weight : normal;
  color : #004E94;
}

div#content {
  margin-left : 195px;
  padding : 0px 7px 0 7px;
}

div#clear {
  clear :both;
}

.photo {
  position : relative;
  float: left;
  width: 200px;
  height : 250px;
  margin: 5px;
  padding: 0;
  font-size : 10px;
  text-align : center;
  overflow : auto;
}

.photo img {
  display : block;
  margin : 0 auto;
  text-align : center;
  border : none;
}


/* Events */
table.calendar {
  width:692px;
  border-collapse : collapse;
  margin-bottom : 10px;
  clear : right;
}

/* Fix IE. Hide from IE Mac \*/
 * html table.calendar { height: 1%;} 
/* End */

td.calheadcell{
	/*float:left;
	display:  table-cell;*/
	width:13.5%;
	background :#C39229;
	padding: 1px;
	font-size: 13px;
	font-weight: bold;
	border : 1px solid #585858;
}
tr.calrow{
	overflow:none;
}
td.calno{
	/*float:left;*/
	width:13.5%;
	background-color : #ECECEC;
	height:115px;
	padding: 1px;
	border : 1px solid #585858;
}
td.full{
	/*float:left;*/
	width:13.5%;
	background-color:#ccc;
	height:115px;
	border:1px solid #585858;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

td.empty{
	/*float:left;*/
	width:13.5%;
	height:115px;
	background-color:#ddd;
	border:1px solid  #585858;
	font-size : 10px;
	vertical-align : top;
}
td.fullhour{
	/*float:left;*/
	width:13.5%;
	background-color:#ccc;
	height:25px;
	border:1px solid #585858;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

td.emptyhour{
	/*float:left;*/
	width:13.5%;
	height:25px;
	background-color:#ddd;
	border:1px solid  #585858;
	font-size : 10px;
	vertical-align : top;
}
td.today{
	/*float:left;*/
	width:13.5%;
	height:115px;
	background-color:#E2EFF1;
	border:1px solid  #585858;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

.date {
  font-weight : bold;
}

div.tab {
  font-size: 80%;
  font-weight: bold;
  float : right;
  margin-right:14px;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}
a.tab.active, a.tab.active:hover, a.tab.active:visited {
  background-color: #c0c0c0;
  color: #000000;
}
a.weeklybox{
font-size:10px;
color:black;
z-index:11;
}

td.viewthisweek {
	background: #d0d0d0;	
}

div.weeklybox{
	border:1px solid black;
	z-index:10;
}
div.description{
	position:fixed;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:#404040;
	color:beige;
	font-size:14px;
	text-align:center;
	z-index:60;
	display:none;
}
div.monthnow{
	font-weight : bold; font-size : 22px; color : #004E94; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif; display:inline;
	position:relative;
	margin:0px 10px 0px 10px;
	bottom:6px;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #3F3F3F;
}

div#norlink a {
  color : #3F3F3F;
  font-weight : normal;
  background : none;
  border : 0;
}