@charset "utf-8";


/* BEGIN TEXT STYLING */
.splash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
}


.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #43969b;
}



.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #43969b;
}


a {
	font-size:10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#43969b; 
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}

a:link, a:active {text-decoration:none;}


a:hover {
	color:#43969b;
	text-decoration:underline;
}



/* BEGIN LAYOUT STYLING */
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto; 
	padding: 0;
	position: relative;
}



#splash {
	width: 275px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
	vertical-align: bottom;
}


#body {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}



#body_content {
	width: 500px;
	margin: 0;
	padding: 0;
	position: fixed;
}



#fma_div {
	width: 850px;
	height 20px;
	margin: 0;
	padding: 0;
	position: relative;
	background-image:url(fma_div.jpg)
}



#tagline {
	width: 300px;
	height: 135px;
	margin: 0;
	padding: 0;
	position: fixed;
}



#footer {
	width: 850px;
	margin: 0;
	padding: 0;
	position: relative;
}
