@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFF00;
	background-color: #000000;
}

.image-right {
	float: right;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	position: relative;
	padding: 0px;
}
#top {
	text-align: center;
	position: relative;
	height: 60px;
	width: 95%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}
#nav {
	background-color: #000000;
	display: inline;
	list-style-type: none;
	text-align: center;
}
#footer {
	text-align: center;
	background-color: #FFFFFF;
}
#container {
	background-color: #000000;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	list-style-type: none;
	display: block;
	background-color: #000000;
}
#nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#footer {
	background-color: #000000;
	margin: 10px;
	padding: 10px;
	width: 95%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#main {
	background-color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	width: 95%;
}
body {
	background-color: #000000;
	width: auto;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
}
#contact {
	padding: 30px;
	width: 95%;
	height: auto;
	overflow: auto;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

a {
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	color: #3AAFFF;
}
h3 {
	font-size: large;
	font-weight: bold;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #00CCFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #66CCFF;
	font-weight: bold;
	font-style: italic;
}
#main img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	background-position: top;
}

