body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	background-color: #E5E5E5;
}

h1, h2, h3 {
	color: #006699;
	}

h1 {
	border-bottom: thin dotted #006699;
	}
	
img {
	border: none;
}

#header {
	margin-top: 0px;
	text-align: center;
	background-color:#006699;
	}

#nav {
	padding: 30px 5px 5px 5px;
	float: left;
	}

a.pink:link {
	color: #006699;
	text-decoration: none;
	}     
	
a.pink:visited {
	color: #006699;
	text-decoration: none;}
	 
a.pink:hover {
	color: #EE1289;
	text-decoration: underline;
	} 
	  
a.pink:active {
	color: #EE1289;
	text-decoration: underline;
	}  

ul.nav {
	margin-left: 5px;
	color: #006699;
	font-weight: bold;
	font-size: medium;
	padding: 20px;
	line-height: 150%;
	}

#main {
	margin: 0px 15px 0px 18%;
	}
	
#page {
	width: 800px;
    margin: 25px auto 25px auto;
	border-style: outset;
	border-color: #006699;
	background-color:#FFFFFF;
	}
	
#calendar {
	text-align: center;
	}
	
iframe.calendar {
	width: 600px;
	height: 600px;
	}
	
iframe.video {
	margin: 0 0 10px 100px;
	width: 425px;
 	height: 339px;
	border: none;
 }
	
#announcement {
	text-align: center;
	color: #006699;
	font-weight: bold;
	border-style: outset;
	border-color: #006699;
	margin-bottom: 10px;
}

.center {
	width: 100%;
	text-align: center;
	}

.committee {
	width: 100%;
	text-align: center;
	}
	
.committee th {
	font-weight: bold;
	}

.committee td {
	font-weight: bold;
	}
	
#elections {
	border:outset;
	margin: 10px;
	padding: 0 10px 0 10px;
	}
	
#facebook {
	float: right;
	clear: right;
	}
		
#news {
	margin: 5px 5px 5px 5px;
	padding: 0px 10px 0px 10px;
	overflow:scroll;
	height: 125px;
	border-style: outset;
	border-color: #006699;
}
	
#footer {
	font-size: smaller;
	text-align: center;
	clear: both;
	border-top: dotted thin;
	border-top-color: #006699;
	padding: 10px 0px 10px 0px;
	}

td.footer {
	width: 266px;
	vertical-align: text-top;
	}