/*** The Essential Code ***/
/* Colors */
/* Dark Blue - #00335e */
/* Light Blue - #b4cade */
/* Green - #93b62c */
/* Gray - #444444 */


	/*** Footer Fix ***/

body {
	background-color: #00335e;
	}
	
	#anncontainer {

		width: 900px;
		background-color: #00335e;
		font-weight: bolder;
		font-size: 12pt;
		text-align: left;
		font-family: "century gothic bold", helvetica, arial, sans-serif;
		color: #b4cade;
	}
	
	#anncenter {
		padding: 10px;
		margin: 5px;
	}
	
	#anncenter h1 {
		padding-top: 20px;
	    font-size: 30pt;
	
	}
	
	#anncenter p {
	    font-size: 18pt;
	    margin-bottom: 10px;
	    line-height: 20pt;
	
	}
	
	#anncenter a:link, a:visited, a:active {
		color:#93b62c;
		font-weight:bold;
		text-decoration:none;
		border-style:none;
	}
	
	#anncenter a:hover {
		color:#b4cade;
		font-weight:bold;
		text-decoration:none;
		border-style:none;
	
	#annfooter {
		color: #444444;
	}
	
	#centeredtext, #centeredtext p, #centeredtext a {
		text-align: center;
		font-weight:bold;
		
	}		

	
	img {border: 0px; /* set border width to 0 pixels */
}
