@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	background-color: #FFF;
	background-position: center;
	background-attachment: fixed;
	position: absolute;
	margin: 50px;
}
#container {
	margin: 50px;
	padding: 0px;
	width: 800px;
	height: auto;
}
#logotop {
	float: right;
	position: relative;
	width: auto;
}
ul {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: inherit;
	text-align: right;
	margin-top: 50px;
	clear: both;
}
#nav {
	list-style-type: none;
	padding: 0px;
}
#nav li {
	float: right;
	position: relative;
	margin-left: 3px;
	clear: left;
}
#nav li a { 
display: block; /* selects only links in the "nav" list */
color: #ffd205;
}
.vertbar {
	color: #000;
}
p {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.content {
	padding-left: 300px;
	height: auto;
	line-height: 16px;
}
h1 {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #ffd205;
	padding-left: 300px;
	margin-top: 125px;
}
h2 {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffd205;
	padding-left: 300px;
}
#float {
	float: left;
	width: 250px;
	margin-top: 55px;
	margin-left: 20px;
	clear: right;
}
ul {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
#nav2 {
	list-style-type: none;
	padding: 0px;
	margin-top: 45px;
}
#nav2 li {
	float: right;
	position: relative;
	margin-left: 3px;
}
#nav2 li a { 
display: block; /* selects only links in the "nav" list */
color: #ffd205;
font-size: 10px;
}
#copyright {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	margin-top: 100px;
}	
#validation {
	text-align: center;
	margin-top: 25px;
}
a {
	text-decoration: none;
}
a:link { font-weight: normal; color: #ffd205; }
a:visited { font-weight: normal; color: #ffd205; }
a:hover { font-weight: bold; color: #666; }
a:active { font-weight: bold; color: #ffd205; }


