@charset "utf-8";
/* -- Site-wide Style Sheet -- */
/* Links */

A 			{
	color: #000000;
	text-decoration: none;
} 
A:link		{
	color: #c10708;
	text-decoration: none;
} 
A:visited	{
	color: #000000;
	text-decoration: none;
} 
A:active	{
	color: #000000;
	text-decoration: none;
} 
A:hover		{
	color: #999999;
	text-decoration: none;
}



body 		{
	background-color:#3a4547;
	margin: 0;
	height: 100%;
}


h1 {
	font-size: 1em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}

p, table, fieldset {
	margin: 1em 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000;
	padding: 10px;
	}

.newstext  {
	font-size: 0.8em;
	color: #000;
	padding: 10px;
	}

.title {
	font-family: "Bodoni MT"; 
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #000;
	}
.mission {
	font-family: "Bodoni MT";
	font-weight: bold;
	font-size: 1.6em;
	color: #c10708;
		}
		
.credit {
	font-family: "Bodoni MT";
	font-size: .6em;
	color: #3a4547;
		}
		
.r:link {
	color: #edecec;
	}


/* -- Site Structure -- */

#wrapper {
	top: -20px;
	min-height: 100%;
	margin: 0 auto;
	width: 980px;
	background-color:#3a4547;
	}

.clear { clear:  both; }

	
/* -- Header -- */
#header {
    position: relative;
	width: 100%;
	height: 183px;
	background-image: url(images/header2.jpg) ;
	background-repeat:no-repeat;
	}
	
#header-emailus {
	float: right;
	height: 86px;
	width: 116px;
	margin-top: 30px;
	margin-right: 30px;
	}
		

	

/* -- Page Content -- */
	
#home-text {
	float: left;
	height: 620px;
	width: 70%;
	background-color: #edecec;
	margin-left: 20px;
	}
#photo {
	float: right;
	margin-right: 0px;
	height: 287px;
	width: 339px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	
		}
	
#news {
	float: right;
    background-color: #fdf7e5;
	height: 620px;
	width: 25%;
	margin-right: 20px;
	}
	

	
/* -- Footer -- */

#footer {
	clear: both;
	bottom: 0px;
	margin-right: 20px;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: #3a4547;
	color: #fff;
	font-size: .8em;

	}

	

