﻿@charset "utf-8";
body {
	background-color: #d8e8ff;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.main {
	background-color: #d8e8ff;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 20px 0 10px 0;
}

.main .content {
	width: 900px;
	background-color: #fff;
	display: block;
	text-align: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: auto;
	height: auto;
	background-image: url(images/hough_waves31.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.main .content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	display: block;
	color: #1050c0;
	margin: 0 0 2px 0;
	text-align: left;
	font-style: italic;
	font-variant: normal;
	letter-spacing: -1px;
}
.main .content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #1050c0;
}
.main .content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #1050c0;
	margin-top: 30px;
}

.main .content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	display: block;
	color: #1050c0;
	margin: 0 0 25px 0;
	text-align: left;
	font-style: italic;
	font-variant: normal;
}


.main .content p {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	word-spacing: 1px;
}


.main .content a {
	color: #1050c0;
	text-decoration: none;
}
.main .content a:hover {
	text-decoration: underline;
}
.main .content blockquote {
	margin: 0px 0px 0px 25px;
}
.main .content li {
	margin-bottom: 5px;
}


.main .menuitem {
	background-color: #d8e8ff;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.main .menuitem a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #103399;
	word-spacing: 1px;
	padding: 2px 0 2px 2px;
}

.main .menuitem:hover {
	background-color: #AACCEE;
}

.main .menuitem a:hover {
	text-decoration: none;
}

.main .copyright {
	font-size: 10px;
	color: #505050;
	font-style: italic;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	clear: both;
}
.main .copyright a {
	color: #003399;
	text-decoration: none;
}
.main .copyright a:hover {
	text-decoration: underline;
}
