@charset "utf-8";
/* CSS Document */
.eventCategory {
				color:#000099;
				font-weight:900;
				font-size:1.3em;
			   }

.eventTitle {
				color:#000000;
				font-weight:800;
				font-size:1.1em;
				margin:1px;
			}

.eventDescription {
					font-size:0.9em;
					padding:px;
				  }

.eventLocation {
					font-size: 1em;
					color: #990000;
				line-height: 0%;
			   }
				  
.eventDate {
				font-size: 0.9em;
				font-style: italic;
				line-height: 0%;
		   }

.eventDetailsDiv {
					display: none;
					background-color: #eeeeee;
				 }
				 
.eventHighlightDiv {
				   }
				   
	
.eventHighlightDiv p {
						margin-top:2px;
						margin-bottom:-2px;
					 }
				   
.homePageNewsDiv {
					 border-width:2px;
					 border-style:solid;
					 border-color:#000066;
					 width:250px;
					 float:right;
					 clear:right;
					 margin:10px;
				 }				   
				 
.homePageNewsHeader {
						width:250px;
						background-color:#000066;
						font-size:1.3em;
						color:#FFFFFF;
						text-align:center;
						font-weight:bolder;
					}
					
.homePageNewsBody {
					width:250px;
					padding:5px;
				  }									 
				   
.homePageNewsBody li {
						list-style-type:disc;
						margin-left:-25px;
					 }				   			 
					 
.memberInformation {
					  width:250px;
					  background-color:#CCCCCC;
					  line-height: 150%;
				   }	

.memberInformation label {
        					margin: 0;
        					padding:0.2em;
        					text-align:left;
        					width:250px;
							font-weight:bold;
				         }
				   				 
.memberInformationWrapper {
					   		display:none;
					      }  
								 