﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background: url('../siteart/bg.jpg') center repeat-y #064f87;
	text-align: center;
}

h4 {
	padding-left: 25px;
}

.shadow {
	display: block;
	margin: 0 auto;
	width: 599px;
	height: 18px;
	margin-top: -1px;
	background: url('../siteart/shadow.gif') no-repeat #fff;
}

.clear {
	clear: both;
	height: 25px;
}

#main {
}

#header {
	height: 58px;
	background: url('../siteart/hdr.gif') no-repeat;
}

#nav {
	line-height: 27px;
	text-align: center;
	background: url('../siteart/nav.jpg') top repeat-x;
}

#nav a {
	font-weight: bold;
	padding: 0 30;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #ddd;
}

#content {
	text-align: left;
	margin: 0 auto;
	width: 600px;
}

#content p {
	padding: 10px;
}

#content a {
	color: #333;
	text-decoration: none;
}

#content a:hover {
	color: #c3c3c3;
	text-decoration: underline;
}

#contact td {
	padding: 5px 15px;
	font-size: 10pt;
	border: 1px solid #eee;
}

#quicklinks {
	padding: 10 0;
	float: left;
	width: 200px;
	color: #ddd;
	margin-left: -1px;
	line-height: 20pt;
	background: url('../siteart/quicklinks.gif') no-repeat top right #064f87
}

#quicklinks span {
	display: block;
	padding-left: 20px;
	font-weight: bold;
}

#quicklinks a {
	display: block;
	padding-right: 25px;
	font-size: 9pt;
	text-align: right;
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
}

#quicklinks a:hover {
	color: #fff;
}

