@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
/*-----------------------------text attributes-----------------------------------*/
html {
	font-size:125%;
}

body {
	font-size:50%;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*-----------------------------link attributes-----------------------------------*/
a:link {
	color:#0a68ad;
	text-decoration:none;
}

a:visited {
	color:#0a68ad;
	text-decoration:none;
}

a:hover {
	color:#0a68ad;
	text-decoration:underline;
}

/*-----------------------------div attributes-----------------------------------*/
#wrapper {
	position:absolute;
	top:54px;
	width:100%;
}

#topdiv {
	width: auto;  
	height: 290px;
	padding-top:60px;
	background-color: #9db400;
}

#botdiv {
	width: auto;
	background-color: #eee
	height: 350px;
}
			
#logodiv	{
	background-image:url(../img/biglogo.png);
	background-repeat:no-repeat;
	background-position:center;
	height:88px;
}

#topdivtext {
	color:#eee;
	text-align:center;
	line-height:300%;
	padding-top:25px;
}
			
#topdivfsbs {
	color: #eee;
	text-align: center;
	margin-top: 30px;
}

#botheader {
	color:#000;
	text-align:center;
	margin-top:5px;
	padding-top:20px;
}

#links{
	text-align:center;
	margin-top:10px;
	font-size:14px;
	line-height:150%;
}