@charset "UTF-8";
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
}
.fullheight {
	height: 100%;
}
#wrapper {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	height: 100%;
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	background-color: #F5F5F5;
}
a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #3A404F;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #3A404F;
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #666;
}
.images {
	padding: 5px;
	border: thin solid #999;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F93;
	font-style: italic;
	font-size: 17px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: lighter;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: right;
}
#content p {
	text-align: justify;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#creditLink {
	background-image: url(../images/credit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}
#creditLink a {
	height: 21px;
	width: 140px;
	background-image: url(../images/credit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#creditLink a span {
	visibility: hidden;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A404F;
	font-style: italic;
	font-size: 14px;
	margin: 0px;
	font-weight: lighter;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header {
	padding-top: 5px;
	padding-bottom: 8px;
}
.lineB {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#logos {
}
#logos img{
	padding: 10px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
