	body {
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #000066;
	background: #64A0C8;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #990033;
	margin-top: 0px;
	padding-top: 30px;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #990033;
		margin-top: 0px;
	padding-top: 30px;
	}
a:link {
	color: #990033;
	text-decoration: none;
	border-bottom: 1px dotted #990033;
	}
a:visited {
	color: #D90046;
	text-decoration: none;
	border-bottom: 1px dotted #D90046;
	}
a:hover {
	color: #990033;
	text-decoration: none;
	border-bottom: 1px solid #990033;
	}
form p {
	clear:both;
	}

a img {
	border:none; vertical-align: bottom;
	}
#header {
	background: url(media/header.jpg);
	height: 139px;
	width: 770px;
	}
#main {
	background-image: url(media/shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 30px;
	}
#footer {
	background: #fff url(media/pageCurl.jpg) no-repeat right bottom;
	text-align: center;
	padding: 0px;
	margin:0;
	height: 55px;
	}
#nav {
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	}
#nav ul{
	padding : 0px;
	margin : 0;
	white-space : nowrap;
	color : White;
	background-image: url(media/shadowNav.jpg);
	}
#nav ul li{
	display : inline;
	}
#nav ul li a{
	padding-left : 1em;
	padding-right : 1em;
	background-color : #4D678A;
	color : White;
	font-weight : bold;
	text-decoration : none;
	border: none;
	}
#nav ul li a:hover{
	background-color : #fff;
	color : #000066;
	text-decoration: none;
	border: none;
	}
#container
	{
	margin: auto;
	width: 770px;
	background-image: url(media/shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
.smallprint {
	font-size: 10px;
	}
.left {
	float: left;
	margin-left: 5px;
	}
.quote {
	float: right;
	width: 30%;
	padding: 1em;
	border-top: 2px dotted #990033;
	border-right: 2px #990033;
	border-bottom: 2px dotted #990033;
	border-left: 2px #990033;
}