@charset "utf-8";
@import url("layout.css");
@import url("navigation.css");

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: auto;
	background-color: #B9D7DE;
}

body {
	height:100%;
	max-height:100%;
	overflow:auto;
	padding:0;
	margin:0;
	border:0;
	background-image: url(../images/page-images/background.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content p {
	margin-left:20px;
	margin-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
#content li {
	margin-left:20px;
	margin-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
#menu p {
	margin-top:10px;
	margin-left:50px;
	margin-right:20px;
}

#contact p {
	text-align: center;
	font-size: 14px;
	margin: 10px;
}

#statement p {
	text-align: center;
	font-size: 14pt;
	margin: 10px;
	font-style: italic;
}

#content a:link, a:visited {
	color: #1B3009;
	text-decoration: underline;
}
#content a:hover {
	color:#366774;
	text-decoration: none;
	background-color: #CADEB9;
}
#content iframe {
	border: 1px solid #70b336;
}
#content p.bottom-border {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70B336;
}
#text_links-left a {
	text-decoration: none;
}
#text_links-right a {
	text-decoration: none;
}
