@charset "windows-1252"; 

body {
	background-color: #c0c0c0;
	background-image:url("../images/backgrounds/stucco.jpg");
	font-family: Verdana, Helvetica, Sans-Serif;
	color: navy;
}				
p {
	line-height: 1.5;
	position: absolute;
	background-color: #ffffff;
	top: 150;
	margin: 0 275px;
	width: 750;
	border-width: 0px;
	font-size: 8px;
	text-align: left;
}

img {
	border-width: 0px;
}
H1 {
	font-size: 2.25em;
	text-align: left;
}
h2 { 
	font-size: 1.75em;
	text-align: center;
	margin-left: 200px;
	margin-right: 200px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: navy;
}

H3 {
	font-size: 1.25em;
} 					  

H4 {
	font-size: 1em;
	text-align: center;
}

a {
color: #9f0028;
text-decoration: underline;
} 

#whatsnew { 
	position: absolute;
	top: 160px;
	left: 1075px;
	font-size: 10px;
	color: #9f0028;
}

#whatsnew a:hover {
	font-weight: bold;
}

#navigation {
	position: absolute;
	top: 160px; 
	margin-left: 25px;
	width: 250px;
	text-align: left;
	font-size: 14px;
	border-style: solid;
	border-width: 0px 0px 0px 0px
}
#navigation a:hover {
	font-weight: bold;
	color: navy;
} 

#content p {
	background-color: #ffffff;
	position: absolute;
	top: 175px;
	margin: 0 275px;
	width: 750;
	border-width: 0px;
	padding: 15px;
	text-size: 12px;
	text-align: left;
} 


#footer {	
	position: absolute;
	top: 1050px; 
	width: 750px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}

#footer p {	
	div-align: center;
	background-color: navy;
	text-align: center;
	color: silver;
	text-align: center;
}
	
