body {
	background: #a4b6e6;
	color: #5a6078;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: .8em;
	width: 775px;
	margin: 0 auto;
	line-height: 1.5em;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

* {
	margin: 0;
	padding: 0;
}

#header {
	height: 131px;
	background: url(images/sub-header2.jpg) no-repeat;
	border-bottom: 1px solid white;
}

#content {
	background: white;
	margin: 0px auto;
	padding: 30px 54px;
	text-align: justify;
}

h1 {
	color: #9d4b66;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-weight: normal;

}

.mainheading {
	font-size: .7em;
	letter-spacing: normal;
}

h2 {
	color: #9d4b66;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h3 {
	color: #5a6078;
	font-size: 1.4em;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.floatr {
	float: right;
	margin: 5px 0 5px 16px;
}

.floatl {
	float: left;
	margin: 5px 16px 0px 0;
}

p {
	padding: 5px 0px;
}

#nav ul {
	padding-top: 108px;
	margin: 0;
	text-align: center;
}

#nav ul li {
	list-style-type: none;
	display: inline;
}

#nav li a, #nav li a:visited {
	color: white;
	text-decoration: none;
	margin: 0 12px;
	font-size: 14px;
}

#nav li a:hover {
	color: #d8b8a3;
}

#footer {
	background: url(images/footer.jpg) #d8b8a3;
	height: 35px;
	clear: both;
}

#footer p {
	color: white;
	font-size: .9em;
	text-align: center;
	padding: 8px 0 0 0;
}

#footer a, #footer a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

table {
	margin: 20px auto;
}

td {
	padding: 0 20px;
}


a:link, a:visited {
	color: #5a6078;
	font-weight: bold;
	text-decoration: underline;
}

ul {
	list-style: square;
	margin:10px 0 10px 30px;
}

ul li {
	line-height: 1.7em;
}

#footer a:hover, a:hover {
	color: #9d4b66;
}
