BODY {
	font-family: sans-serif;
	font-size: small;
	
}

TABLE, TD {
	font-family: sans-serif;
	font-size: small;
}

.top {
	background-color: #EDEEEE;
	height: 70px; 
	font-size: xx-large; 
	font-weight: bold; 
	padding-left: 10px; 
	line-height: 2em;
	color: black;
}

.menuHeader {
        padding-top: 10px;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
		
}

.menuContent {
        padding-top: 10px;
	margin-top: 4px;
        background-color:#EAEFDD;
	padding: 3px;
	font-weight: normal;	
}

.menuLink {
        color:#313131;
	text-decoration: none;
	font-weight: normal;
}

.menuLinkDisabled {
        color:#313131;
	text-decoration: none;
	margin-left: 21px;
	font-weight: normal;
}

.information {
	font-family: serif;
	font-size: medium;
	margin-left: 10px;
	line-height: 1.5;
}

/******** headers **********/
h1{
        margin-top: 25px;
        color: #527186;
        font-size:20px;
        font-weight:bold;
        padding-bottom: 12px;
}

h2{
        font-size: 17px;
        font-weight:bold;
        color: #527186;
}

h3{
	margin: 0px;
	margin-top: 15px;
	color: #527186;
	font-size: small;
	font-weight: bold;
}

/****** links **************/

.normal_link:link {
	color:#527186;
	text-decoration:none;
}
       
.normal_link:visited {
	color:#527186;
	text-decoration:none;
}
             
.normal_link:hover {
	color:#FFAA00;
	text-decoration:none;
}

/******* table *********/
table {
	border: 0px;
	cellpadding: 2px; 
	cellspacing: 2px;
}

table tr.odd td {
	background-color: #eaefdd;
	padding: 5px;
	border-spacing: 0px;
	border-width: 0px;	
}

table tr.even td{
	background-color: #ffffff;
	padding: 5px;
	border-spacing: 0px;
	border-width: 0px;
}


table.events {                                                                                                                                                                                                                           
     width: 700px;                                                                                                                                                                                                                       
     border-width: 1px;                                                                                                                                                                                                                  
     border-spacing: 0px;                                                                                                                                                                                                                
     border-style: none;                                                                                                                                                                                                                 
     border-color: #ffffff;                                                                                                                                                                                                              
     border-collapse: collapse;                                                                                                                                                                                                          
     background-color: white;                                                                                                                                                                                                            
}                                                                                                                                                                                                                                        
table.events tr.eventsodd td{                                                                                                                                                                                                            
       background-color: #eaefdd;                                                                                                                                                                                                        
       padding: 5px;                                                                                                                                                                                                                     
       border-spacing: 0px;                                                                                                                                                                                                              
       border-style: inset;                                                                                                                                                                                                              
       border-width: 1px;                                                                                                                                                                                                                
       border-color: #ffffff;                                                                                                                                                                                                            
}                                                                                                                                                                                                                                        
table.events tr.eventseven td{                                                                                                                                                                                                           
       background-color: #ffffff;                                                                                                                                                                                                        
       padding: 5px;                                                                                                                                                                                                                     
       border-spacing: 0px;                                                                                                                                                                                                              
       border-width: 1px;                                                                                                                                                                                                                
       border-color: #ffffff;                                                                                                                                                                                                            
}                                                                                                                                                                                                                                        


ul{
	width:600px;
}

ul li.odd{
	background-color: #eaefdd;
	padding: 5px;
}

ul li.even{
	background-color: #ffffff;
	padding: 5px;
}
