﻿body {
	background-color: #e3e3e3;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin-bottom: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 18px;
	padding: 0px;
	}
	
div#container {
	background-color: #d0d0d0;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	}

h1 {
	background-image: url("images/header.jpg");
	height: 150px;
	line-height: 600px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 750px;
	}

div#content {
	background-color: #f4f4f4;
	float: right;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	width: 564px;
	}
h2,
h3,
h4,
h5 {
	font-family: Garamond, serif;
	margin: 0px;
	padding: 0px;
	}
h2 {
	border-bottom: 4px solid #bbbbbb;
	clear: both;
	color: #111111;
	font-size: 39px;
	line-height: 25px;
	margin-bottom: 8px;
	margin-top: 12px;
	}
h3 {
	border-bottom: 3px solid #cccccc;
	color: #444444;
	font-size: 30px;
	line-height: 19px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 10px;
	text-align: right;
	}
h4 {
	border-bottom: 2px solid #dddddd;
	color: #666666;
	font-size: 24px;
	line-height: 16px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 8px;
	}
p {
	margin-bottom: 9px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 0px;
	text-indent: 24px;
	}
a:link {
	color: #222222;
	}
a:visited {
	color: #444444;
	}
a:hover {
	color: #000000;
	}
a:active {
	color: #333333;
	}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
img.center {
	background-color: #eeeeee;
	border-bottom: 5px solid #999999;
	border-left: 5px solid #bbbbbb;
	border-right: 5px solid #999999;
	border-top: 5px solid #bbbbbb;
	padding: 3px;
	}
img.right {
	background-color: #eeeeee;
	border-bottom: 5px solid #999999;
	border-left: 5px solid #bbbbbb;
	border-right: 5px solid #999999;
	border-top: 5px solid #bbbbbb;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px;
	}
ul {
	margin-bottom: 12px;
	margin-left: 42px;
	margin-right: 18px;
	margin-top: 0px;
	padding: 0px;
	}

ul#nav {
	background-color: #aaaaaa;
	border-bottom: 8px solid #666666;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 162px;
	}
ul#nav li {
	margin-top: 4px;
	}
ul#nav li strong, ul#nav li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding: 9px;
	width: 162;
	}
ul#nav li strong {
	background-color: #c00000;
	border-left: 9px solid #111111;
	color: #eeeeee;
	}
ul#nav li strong a {
	margin-bottom: -9px;
	margin-left: -18px;
	margin-right: -9px;
	margin-top: -9px;
	}
ul#nav li a:link, ul#nav li a:visited {
	background-color: #999999;
	border-left: 9px solid #bbbbbb;
	color: #111111;
	}
ul#nav li a:hover {
	background-color: #cccccc;
	border-left: 9px solid #eeeeee;
	color: #333333;
	}
ul#nav li a:active {
	background-color: #cccccc;
	border-left: 9px solid #eeeeee;
	color: #111111;
	}
ul#nav li strong a:link, ul#nav li strong a:visited {
	background-color: #c00000;
	border-left: 9px solid #111111;
	color: #ffcccc;
	}
ul#nav li strong a:hover {
	background-color: #c00000;
	border-left: 9px solid #111111;
	color: #dddddd;
	}
ul#nav li strong a:active {
	background-color: #c00000;
	border-left: 9px solid #111111;
	color: #ffffff;
	}

div#footer {
	background-color: #e3e3e3;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	clear: both;
	color: #2a2a2a;
	font-size: 13px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	}
div#footer a:link, div#footer a:visited {
	color: #000000;
	font-weight: bold;
	}
div#footer a:hover {
	color: #f3f3f3;
	font-weight: bold;
	}
div#footer a:active {
	color: #2a2a2a;
	}
