/* CSS Document */

body {
	background-color: #dedac2;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, Times New Roman, Times, serif;
}
#outerWrapper {
	text-align: left;
	width: 1024px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #88a3d1;
}
#toplinks a:hover {
	color: #b29567;
	text-decoration: none;
}
p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
}

li {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
}

h1 {
   font-family: Georgia, Times New Roman, Times, serif;
   font-style: bold;
   font-size: 13pt;
   }
   
h2 {
   font-family: Georgia, Times New Roman, Times, serif;
   font-style: bold;
   font-size: 11pt;
   } 


