body{
 background-color:#CC0000;
 background-repeat:repeat;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-position:left top;
 padding:0;
 margin: 0;
 } 	   	  
 
.bodyheader{
font-family:sans serif, arial;
font-size: 14px;
font-weight:bold; 
color:#808080; 
background:transparent; 
margin-top:0px; 
padding: 0px;
cursor:pointer;

}	
  
/* Top Panel */ 
 #top {
  top: 0px;
  width:100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #FFF;
  border:0px solid #000;
  padding: 0px;
}
 
/* Navigation Panel */ 
 #left {
 float:left;
  width:150px;
  background:#FFF;
  border:0px solid #000;
  padding: 0px;	 
}

/* navigation text */
.menutitle{
font-family:sans serif, arial;
font-size: 14px;
font-weight:bold; 
color:#808080; 
background:transparent; 
margin-top:0px; 
padding: 10px;
cursor:pointer;

}	  

.menutitle a {color: #808080; text-decoration: none}
.menutitle a:link {color: #808080; text-decoration: none}
.menutitle a:hover {color: #808080; text-decoration: none}	

.submenu{
font-family:sans serif, arial;
font-size: 11px;	
margin-bottom: 0.1em;	
background:#b79a56;
color:#FFF;  
padding-left:20px;	
cursor:pointer;	
}
.submenu a {color: #FFF; text-decoration: none}
.submenu a:link {color: #FFF; text-decoration: none}
.submenu a:hover {color: #423b6f; text-decoration: none}	

 

/* body */
#body	{
margin-left: 170px;
margin-right: 177px;
margin-top:0px;
font-family:sans serif, arial;
font-size: 12px;
font-weight:normal;
color:#000000; 
background:transparent; 
padding: 15px;
border-left: 3px solid #808080;}  

#calendarbody	{
margin-left: 170px;
width: 50%;
margin-top:0px;
font-family:sans serif, arial;
font-size: 12px;
font-weight:normal;
color:#000000; 
background:transparent; 
padding: 15px;
border-left: 3px solid #b79a56;}  

/* Right Panel */ 
#right {
  float:right;
  margin-top:15px;
  margin-right: 15px;
  width:122px;
  background:#D3D3D3;
  border:1px solid #808080;
  padding: 10px;
  font-family:sans serif, arial;
font-size: 12px;
font-weight:normal;
color:#000000; 
}

/* navigation text */
.navtext {font-family:sans serif, arial;font-size: 14px;font-weight:bold;color:#423b6f; background:transparent; margin-top:0px; padding: 15px}
 

/* contacts text */
.contacts{font-family:sans serif, arial;font-size: 11px;font-weight:normal;color:#000;background:transparent; text-align: left;}
  
/* subtext - used for footer */
 .subtext{font-family:sans serif, arial;font-size: 11px;font-weight:normal;color:#000000;background:transparent}
 .subtext a{font-family:sans serif, arial;font-size: 11px;font-weight:normal;color:#000000;background:transparent}
	
/* Date Text */
 .datetext{font-family:sans serif, arial;font-size: 12px;font-weight:normal;color:#FFF;background:transparent}

/* Header Text */
 .header{font-family:sans serif, arial;font-size: 20px;font-weight:bold;color:#423b6f;background:transparent}

/* SubHeader Text */
 .subhead{font-family:sans serif, arial;font-size: 14px;font-weight:bold;color:#CC0000;background:transparent}

		
																														   
A {color: :#000000; text-decoration: none}
A:hover {color: #000000; text-decoration: underline}  
a img {
border:none;
}

/* set block-level content box sizes, borders and colors */
.outer-div	{ width: 802px; height: 100%; border: 0px solid black; background: white; margin-bottom:10px}

/* center block content boxes */
.block-center	{ margin: auto; background:white }			 
