body {
	background-color: #4c98b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:10px auto;
	width: 800px;
}
.corner{
	display:block;
}
.corner *{
  	background:#ffffff;
  	display:block;
  	font-size:.01em;
  	height:1px;
  	overflow:hidden;  
}
.corner1{
	margin-left:3px;
  	margin-right:3px;
  	padding-left:1px;
  	padding-right:1px;
  	border-left:1px solid #98c4d4;
  	border-right:1px solid #98c4d4;
  	background:#d2e5ec;
}    
.corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #5da2bb;
  border-right:1px solid #5da2bb;
  background:#dcebf0;
}
.corner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #dcebf0;
  border-right:1px solid #dcebf0;
}
.corner4{
  border-left:1px solid #98c4d4;
  border-right:1px solid #98c4d4;
}
.corner5{
  border-left:1px solid #d2e5ec;
  border-right:1px solid #d2e5ec;
}
.cornerfg{
  background:#ffffff;
}
.breadcrumb {
	color: #ACA899;
	font-weight: bold;
	font-size: 11px;
}
.content {
	background: white;
	margin: 0 0.5em;
	padding: 0.5em 2em;
}
img {
	float: right;
	border: none;
}
.footer {
	padding-top: 0.1em;
	padding-bottom: 1em;
	clear: both;
	font-size: 9px;
	text-align: center;
	color: #999999;
}
p {
	line-height: 1.9em;
	font-size: 12px;
}
.quotesrc {
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
ul {
	line-height: 1.9em;
	font-size: 12px;
}
ol {
	line-height: 1.9em;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
#breadcrumb a {
	color: #305F8E;
	text-decoration: none;
}
h1 { font-weight:bolder;
	font-family: "Bradley Hand ITC"; 
}
h2 {
	color: black;
}
h3 {
	color: black;
}
#content a:hover {
	color: #f0b95a;
}
#footlinks li{
	display: inline;
	margin-right: 0.5em;
	padding-right: 2.75em;
	font-size: 9px;
	text-transform: uppercase;
}
#footlinks a {
	color: #999999;
	text-decoration: none;
}
#footlinks a:hover {
	text-decoration: underline;
}
#navlinks {
	border: 1px solid #e3e3e1;
	margin: 0 0.5em;
	padding: 0.5em 2em;
	text-align: center;
	color: #e3e3e1;
	white-space: nowrap;
}
#navlinks li {
	display: inline;
	margin-right: 0.75em;
	padding-right: 1.0em;
	margin-left: 0.75em;
	border-right: 1px solid #cecdcd;
	font-size: 12px;
	font-weight: bold;
}
#navlinks a {
	color: #000;
	text-decoration: none;
}
#navlinks a:hover {
	color: #cecdcd;
}
#smallNavlinks {
	text-align: right;	
}
#smallNavlinks li {
	display: inline;
	margin-right: 0.75em;
	padding-right: 1.0em;
	border-right: 1px solid black;
	font-size: 12px;
}
#smallNavlinks a {
	color: #000;
	text-decoration: none;
}
#smallNavlinks a:hover {
	color: #f0b95a;
}