
html, body {
	background: #FFFDCB;
	font-family: "Arial", "Veranda", "Tahoma", "Helvetica", sans-serif;
	text-align: center;
}

h1 {
	float: left;
	width: 405px;
	height: 85px;
	display: block;
	font-family: Georgia;
	margin: 20px 0px;
	font-size: 24px;
	text-indent: -2000em;
	background-image: url(../images/layout/logo.png);
}

h1 span {
	font-size: 14px;
	font-variant: small-caps;
	float: right;
}

h2 {
	margin: 20px 0px;
	display: block;
	float: right;
	font-size: 1.1em;
	height: 85px;
	width: 290px;
	text-indent: -2000em;
	background-image: url(../images/layout/header.png);
}

h2 span {
	clear: right;
	display: block;
}

h2 dl { width: 200px; margin: 10px auto; }
h2 dt { float: left; clear: right; }
h2 dd { float: right; }

h3 {
	clear: right;
	width: 400px;
	margin: 0 auto;
	font-style: italic;
	height: 68px;
	text-indent: -2000em;
	background-image: url(../images/layout/motto.png);
}

div#Header {
	clear: none;
	width: 700px;
	margin: 0 auto;
}

ul#Navigation {
	float: left;
	position: relative;
	width: 150px;
}

ul#Navigation li {
	list-style: none;
}

ul#Navigation a {
	background-color: #ccccff;
	border-style: solid;
	border-color: #cccccc rgb(170, 170, 255) rgb(102, 102, 102) rgb(187, 238, 255);
	border-width: 1px 8px 1px 10px;
	display: block;
	font-family: "Georgia", "Times New Roman", "Times", sans;
	font-size: 16px;
	margin-bottom: 20px;
	color: black;
	text-decoration: none;
}

ul#Navigation a:hover {
	border-color: #cccccc rgb(170, 170, 255) rgb(102, 102, 102) rgb(170, 170, 255);
	color: #ff0000;
}

ul#Navigation ul {
	margin-left: 10px;
	padding-left: 0px;
}

ul#Navigation ul a {
	margin-right: -20px;
}

ul#Navigation a.currentContent {
	background-color: #ffcccc;
	border-left: 10px solid #deadbe;
	color: #ff0000;
}

div#Footer, div#Content {
	width: 700px;
	margin: 0 auto;
}

div#Footer {
	font-size: 12px;
	margin-top: 10px;
}

div#Footer img {
	display: block;
}

div#Content p {
	text-align: justify;
	font-size: 14px;
	text-indent: 1em;
}

div#Content p.large {
	font-size: 20px;
}

table.generatedTable {
	width: 100%;
	margin: 0 auto;
}

table.generatedNav td {
	font-size: 20px;
	text-align: left;
	width: 100%;
}

table.generatedTable td, em, strong {
	font-size: 20px;
}

div.generatedTitle {
	font-size: 24px;
	text-align: center;
	font-style: italic;
	margin-top: 150px;
}

a.service {
	display: block;
	font-size: 20px;
	font-style: italic;
}

h4, .color {
	font-size: 24px;
}

h5 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 0px;
}

h6 {
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	margin: 0px;
	margin-left: 20px;
}

.color {
	color: #666666;
}

.biglist, .medlist {
	text-align: left;
	font-size: 20px;
}

.biglist li {
	margin-bottom: 10px;
}

ul.whatWeOrganize {
	font-size: 16px;
	font-weight: bold;
	float: left;
	text-align: left;
	list-style: none;
	padding-left: 0px;
	margin-left: 20px;
}