html {
  
border: 0;
  
margin: 0;
  
padding: 0;
  
height: 100%;
  
max-height: 100%;
  
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}


body {
  
border: 0;
  
margin: 0;
  
padding: 0;
  
height: 100%;
  
max-height: 100%;
  
overflow: hidden;
  
font-family: verdana,arial,helvetica,sans-serif;
  
font-size: 1em;

background-color: #587B5D;

}


body p {
  
font-size: 11px;
  
color: #333;

line-height: 1.3em;
}


img {
padding-right: 3px;
}

#head {
  
width: 100%;
  
height: 165px;
  
z-index: 5;
  
right: 17px;
  
position: absolute;
  
background-color: #234830;

}


.pad1 {
  
display: block;
  
height: 155px;

}

#content {
  
display: block;
  
height: 100%;
  
max-height: 100%;
  
overflow: auto;
padding: 10px 0 50px 0;
  
position: relative;
  
z-index: 3;

}




#text {
 
width: 900px;
margin-left: auto;
margin-right: auto;
  

text-align: left;
padding: 15px 58px 20px 50px;
  
background: #fff;  
}

#footer {
 
height: 100px;
 
width: 900px;

margin: 0 0 50px 0;
  
margin-left: auto;
margin-right: auto;
   
padding: 0;   
}


#footer p {
  
color: #F0F0F0;

text-align: center;
}

.clearfloat {
clear: both;
height: 0;
font-size: 1px;
line-height: 0px;
}

h1 {
  
text-align: center;
  
color: #F0F0F0;
  
font: bold 26px/30px "trebuchet MS",arial,sans-serif;
padding: 20px 0;
}


h2 {
  
text-align: center;
  
color: #950f00;
  
font: bold 20px/24px "trebuchet MS",arial,sans-serif;
padding: 0 0 0 155px;
}

h3 {
  
text-align: left;
  
color: #587b5d;
  
font: bold 16px/20px "trebuchet MS",arial,sans-serif;
}


/*----------------------------------*/

.floatright {
float: right;
width: 140px;
margin: 5px 0;
border: none;
}


#search {
float: right;
width: 180px;
margin: 0;
height: 60px;
background: #FFF;
}

#key {
 
float: left;
 
margin: 5px 0 5px 25px;   
width: 400px;
  
height: 110px;
background: #f0f0f0;
font-size: 75%;
 
padding: 0;
}


#menu  {
width: 100%;
height: 30px;
clear: both;
background: #950F00;
border-bottom: 3px ridge #f0f0f0;
z-index: 50;
color: #fff;
}

.menu5 #current {
color: #FFD700;
font-weight:bold;
}

.end_nav {
text-align: center;
color: #333;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
text-align:left; 
font-family: verdana, sans-serif; 
position: absolute; 
top: 132px;
z-index: 100;
font-size:0.8em;
height:2.5em; 
margin:0;
padding:0 0 0 17px; 
list-style-type:none;
}

.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; 
position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; width:6em; float:left; padding-right:1em; height:3em; line-height:3em; color:#fff; 
}
* html .menu5 li a, .menu5 li a:visited {
width:7em; w\idth:6em; /* hack for IE5.5 */
}
.menu5 li.term a, .menu5 li.term a:visited {
width:8em;
padding-left:3px;
}
* html .menu5 li.term a, .menu5 li.term a:visited {
width:9em; w\idth:8em; /* hack for IE5.5 */
}
.menu5 li.mgs a, .menu5 li.mgs a:visited {
width:15em;
padding-left: 15px; 
}
* html .menu5 li.mgs a, .menu5 li.mgs a:visited {
width:16em; w\idth:15em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* first line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; color: #ffd700; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#950f00; border:1px solid #ddd; left:0; top:2.5em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}

/* ---------------------------------------------------------------------------
Table css from http://www.icant.co.uk/csstablegallery/index.php?css=58#r58
-----------------------------------------------------------------------------*/

table		{
		
margin: 0 auto;

padding: 0;
width: 90%;
font: normal 0.9em tahoma, arial, sans-serif;

line-height: 1.4em;

border-collapse: collapse;
	
border: 2px solid #234830;
		
color: #333;
		
background: #e2e4d9;

}
		




table caption	{
		
margin: 5px 0 0 0;
		
height: 32px;
		
padding: 5px 0 0 0;
		
color: #234830;
	
line-height: 2em;
		
text-align: left;
		
font: bold 150% georgia, serif;
		
text-transform: uppercase;
		
letter-spacing: 0.14em;

text-align: center;		}
		


/* =head =foot =col
-----------------*/

thead		{
		
color: #fff;
		
background: #587b5d;
		}
		


thead tr th	{
		
padding: 4px 8px 4px 8px;
	}

		


thead th	{
		
border: 2px solid #004411;
	}



tfoot		{
		
background: #587B5D;
text-align: center;		
border-top: 2px solid #004411;
color: #000; }
		


tfoot tr td, tfoot tr th, tbody tr td	{
		
padding: 4px;
	}


col.datecol {
width: 10%;
font: bold 0.9em tahoma, arial, sans-serif;	}		

col.weekcol {
width: 10%;	}

col.halfdays {
text-align: center;	}


/*    =body
------------------------------*/

tbody tr:hover	{
		
background: #fff;
		}
		

/*tbody tr	{
		
border: 1px solid #004411;
	}

*/		

tbody th	{
		
padding: 8px;
		
border-right: 2px dotted #587B5D;
border-top: 2px dotted #587B5D;	
vertical-align: top; 
}

tbody th.weekevent {
background: #FFD700;
}

tbody td	{
		
background: #E9ECEE;
		}



/*tbody th.r6 {
border-bottom: 2px ridge #004411;    }*/

tbody tr.odd		{
		
background: #e2e4d9;
	}
		


tbody tr.odd td		{
		
background: #e2e4d9;
		
color: #000;
		}
		

		


tbody tr.odd:hover		{
		
background: #fff;
		}
	

tbody li {
font-size: 75%;
	}	

		



/* table links
-------------*/

tbody tr th a:link		{
		
font: bold 0.9em tahoma, arial, sans-serif;
		
color: #CCC298;
		
text-decoration: underline;
	}
		


tbody tr th a:visited		{
		
font: bold 0.9em tahoma, arial, sans-serif;
		
color: #CCC298;
		text-decoration: none;
	}
		


tbody tr th a:hover		{
		
font: bold 0.9em tahoma, arial, sans-serif;
		
color: #5E7796;
		
text-decoration: none;
		
		}
		


tbody tr th a:active		{
		
font: bold 0.9em tahoma, arial, sans-serif;
		
color: #5E7796;
		
text-decoration: line-through;
		
		}
		


tbody tr th a:visited:after {
		
content: "\00A0\221A";
		}
		


tbody td a:link		{
		
font: normal 0.9em tahoma, arial, sans-serif;
		
color: #950F00;
		
text-decoration: underline;
		}
		


tbody td a:visited		{
		
font: normal 0.9em tahoma, arial, sans-serif;
		
color: #950F00;
		
text-decoration: none;
		}
		


tbody td a:hover		{
		
font: normal 0.9em tahoma, arial, sans-serif;
		
color: #808000;
		
text-decoration: none;
		}
		


tbody td a:active		{
		
font: normal 0.9em tahoma, arial, sans-serif;
		
color: #808000;
		
text-decoration: underline;
		}
			


tbody td a:visited:after {
		
content: "\00A0\221A";
		
color: #808000;
		
text-decoration: none;
		}
		


tbody td + td + td + td a { 
background: transparent url(downloadcss244.gif) no-repeat scroll 0 50%; 
			
display: block;
			
height: 24px;
			
width: 24px;
			
overflow: hidden;
			
text-decoration: none;
			
text-indent: -5000px;
			
border: none;
			}
			


tbody td + td + td + td a:hover { 
background: transparent url(downloadcss2441.gif) no-repeat scroll 0 50%; 
			
display: block;
			
height: 24px;
			
width: 24px;
			
overflow: hidden;
			
text-decoration: none;
			
text-indent: -5000px;
			
border: none;
			}

/*----end of table-----*/