@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #024379;
	background-image: url(../images/bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
#menu {
	position:absolute;
	top:260px;
	width:100%;
}
#content {
	position:absolute;
	top:675px;
	width:100%;
}
.header {
	font-size:125%;
	font-weight:bold;
	border-bottom:1px dotted #cde7f6;
	letter-spacing:.1em;
}
.text {font-size:100%;
padding-bottom:25px;
padding-left:25px;
padding-right:25px;
}
p {margin:0 0 1em 0;
padding:0;
}
#footer {
	background-color:#cde7f6;
	color:#024379;
	font-size:85%;
	letter-spacing:.1em;
}
#footer a {
	color:#03F;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
