body{
 background-color:#003399;
 background-repeat:repeat;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-position:left top;
 padding:0;
 margin: 0;
 height:100%;
 min-height:100%;
 } 	   
  
/* 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:167px;
  background:#FFF;
  border:0px solid #000;
  padding: 0px;	 
}

/* navigation text */
.menutitle{
font-family:sans serif, arial;
font-size: 14px;
font-weight:bold; 
color:#b79a56; 
background:transparent; 
margin-top:0px; 
padding: 10px;
cursor:pointer;

}	  

.menutitle a {color: #b79a56; text-decoration: none}
.menutitle a:link {color: #b79a56; text-decoration: none}
.menutitle a:hover {color: #b79a56; 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: 0px;
margin-right: 0px;
margin-top:0px;
font-family:sans serif, arial;
font-size: 12px;
font-weight:normal;
color:#000000; 
background:transparent; 
padding: 15px;
text-align: left;
}  

#calendarbody	{
margin-left: 15px;
width: 47%;
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:8px;
margin-right:9px;
margin-bottom:8px;
width:129px;
background:#B79A56;
padding: 0px;
font-family:sans serif, arial;
font-size: 11px;
font-weight:normal;
color:#000000;
border:1px solid #996633;
}

/* 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: 10px;font-weight:normal;color:#DCDCDC;background:transparent}
 .subtext a{font-family:sans serif, arial;font-size: 10px;font-weight:normal;color:#DCDCDC;background:transparent}
 .subtext a:hover{font-family:sans serif, arial;font-size: 10px;font-weight:normal;color:#DCDCDC;background:transparent}

/* Date Text */
 .datetext{font-family:sans serif, arial;font-size: 10px;font-weight:normal;color:#000000;background:transparent}

/* Header Text */
 .header{font-family:sans serif, arial;font-size: 20px;font-weight:bold;color:#1F5598;background:transparent}

/* SubHeader Text */
 .subhead{font-family:sans serif, arial;font-size: 15px;font-weight:bold;color:#6D5A2E;background:transparent}
 .subhead2{font-family:sans serif, arial;font-size: 15px;font-weight:normal;color:#6D5A2E;background:transparent}
 .subheadalert{font-family:sans serif, arial;font-size: 18px;font-weight:bold;color:#FF0000;background:transparent}
 .subheadalert a{font-family:sans serif, arial;font-size: 18px;font-weight:bold;color:#FF0000;background:transparent}
 .subheadalert a:hover{font-family:sans serif, arial;font-size: 18px;font-weight:bold;color:#FF0000;background:transparent}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 14px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #A3A3A3;
font-family: "Times New Roman", Times, serif;
}

#dropmenudiv a:hover{
color: #FFFFFF;
font-weight: bold;
background-color: #0C3166;
font-family: "Times New Roman", Times, serif;
}
			   
A {color: #000000; text-decoration: none}
A:hover {color: #000000; text-decoration: underline}  
a img {
border:none;
}

ul{margin-top:0; margin-bottom:0;}
ol{margin-top:0;}

/* set block-level content box sizes, borders and colors */
.outer-div	{ width: 1000px; height: 100%; min-height:100%; border: 0px solid black; background: white; margin-bottom:10px}

/* center block content boxes */
.block-center	{ margin: auto; background:white; height:100%; min-height:100%;}			 

