/* CSS Document */

a:link {text-decoration:none; color: #000099;}
a:visited {text-decoration:none; color: #000099;}
a:hover {text-decoration:none; color: #000099;}
a:active {text-decoration:none; color: #000099;}

ul{
	visibility:visible;
	margin:0;
	text-indent:0px;
	line-height: 30px;
}

li{
	display:inline;
	border-right: dotted 1px black;
	padding: 0 10px 0 10px;
}
#headerImage {
	width:100%;
	clear:both;
	float: left;
	text-align:left;
	border-bottom: solid 8px white;
	padding: 20px 0 30px 0;
}

#footerImage{
	clear:both;
	float: right;
	text-align:right;
	background: url(logo2.png) no-repeat;
	height: 350px;
	width: 20%;
	right: 0px;
	position: absolute;
	top: 0px;
}
#footer {
	z-index: 9999;
	text-align: right;
	float: left;
	clear: both;
	opacity: 0.5;
-moz-opacity:0.5;
	padding: 10px;
	top: 60px;
	position: absolute;
	left: 550px;
	line-height: 20px;
	overflow: hidden;
}
#pageName {
	text-align:left;
	float:left;
	clear:both;
	padding: 10px 20px 10px 20px;
	margin-top: 40px;
	max-width: 700px;
	background-color: #FFFF00;
	margin-left: 20px;
}
#pageText {
	text-align:left;
	float:left;
	clear:both;
	padding: 10px;
	background-color: #FFFFFF;
	max-width: 400px;
	margin-left: 20px;
}
.h1 {
	font-size:90px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.h2 { 
font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.h3 {font-size:12px}
