@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;
}
#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;
}
.color {
	color: #F93;
}
.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3A404F;
	font-style: italic;
	font-size: 13px;
	margin: 0px;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.credit {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 9px;
}
.credit a{
	text-transform: uppercase;
	color: #3A404F;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

