@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:100%; 
	line-height:150%
}

p{
	font-size:100%
}
h1{
	font-size: 130%
}
h2{
	font-size:120%
}

#container {
	margin: 0 auto;
	text-align: left;
	padding:12px;
}
#address {
	text-align:right;
}

#nav {
	display:none
}

.home #intro {
	margin:10px 0 0 0; 
}

.home #news {
	margin:10px 0 0 0; 
}

.home #homelinks {
	clear:both;
	width:930px; 
	height:135px; 
	color: #FFF; 
	padding: 20px
}

.subPage #mainContent {
	margin-top:12px;
}

#footer {
	font-size: 76%;
	text-align:left
}
.subPage #footer {
	font-size: 76%;
	text-align:left
}





