/*
Colors:
    #000000 (body text)
    #00223a (headers, drop-cap)
    #08083a (title, partner, footer text)
    #540f00 (horizontal rules, image border)
    #660000 (tag line text)
    #f8faf7 (base color for background textures)
*/

body {
	background-image: url(img/background.gif);
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	background-color: #f8faf7;
	color: #00223a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-variant: normal;
	text-align: center;
}

hr {
	color: #540f00;
}

img {
	border-color: #540f00;
	border-style: solid;
	border-width: 1px;
}

img.floatleft {
	clear: both;
	float: left;
	margin: 0px 20px 0px 10px;
}

img.floatright {
	clear: both;
	float: right;
	margin: 0px 10px 0px 20px;
}

p {
	padding: 4px 10px 4px 10px;
	text-align: justify;
}

p:first-letter {
	background-color: #f8faf7;
	color: #00223a;
	font-size: x-large;
}

.wrapper {
	background: url(img/middle.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(img/top.gif) no-repeat;
	font-variant: small-caps;
	height: 100px;
	margin-bottom: 0px;
	padding: 20px 35px 20px 20px;
	text-align: right;
}

.header img {
	border: none;
}

.left {
	float: left;
	text-align: left;
	width: 55%;
}

.right {
	background-color: #c1c3bf;
	float: right;
	text-align: right;
	width: 45%;
}

.title {
	color: #08083a;
	font-size: 36pt;
}

.title a {
	color: #08083a;
	text-decoration: none;
}

.tagline {
	color: #660000;
	font-size: 20pt;
}

.partner {
	background-color: #f8faf7;
	color: #08083a;
	float: right;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-variant: normal;
	margin-right: 20px;
	margin-top: 18px;
	width: 20%;
}

.partner img {
	border: 0;
	margin-top: 12px;
}

.content {
	background: url(img/middle.gif) repeat-y;
	background-color: #f8faf7;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0px 35px 0px 10px;
}

.footer {
	background: url(img/bottom.gif) no-repeat;
	background-color: #f8faf7;
	color: #08083a;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10pt;
	height: 140px;
	padding-top: 0px;
}

.contact {
	margin: 0px 35px 0px 20px;
}

.info {
	float: left;
	margin-left: 20%;
	margin-top: 10px;
	text-align: center;
	width: 40%;
}

.info a img {
	text-decoration: none;
	border: 0;
}

