BODY {

	background: #FFFFFF; 
	background-color: #FFFFFF;
    color: #000000;
	width: 750;
	margin-top: 0px;
	margin-left: 0px;
	font-family: arial;
	  }

	

	/* LAYOUT */


/*TOP LINKS */

.top_links {
position: absolute;
color: #FFFFFF;
text-align: center;
margin-left: 0 auto;
top: 140px;
font-size: 10pt;
font-weight: bold;
}

.top_links a:link {
color: #FFFFFF;
text-decoration: none; 
}

.top_links a:visited {
color: #FFFFFF;
text-decoration: none; 
} 

.left_sidebar {
		padding: 5px;
		width: 150px;
		height: 100%;
		border-right: 2px solid #ddd;
		background-color: #FFFFFF;
}

.side_links a:link {
		font-size: 10pt;
		color: #545353;
		text-decoration: none; 
}

.side_links a:visited {
		font-size: 10pt;
		color: #545353;
		text-decoration: none; 
}

.side_links a:hover {
		font-size: 12pt;
		color: #BD1515;
		font-weight: bold;
		text-decoration: none; 

}

.web_content {

		margin-left: auto;
}

.fake_content {
		position: absolute;
		top: 196px;
		padding-left: 64px;
}

.right_sidebar {

		padding: 5px;
		width: 150px;
		border-left: 2px solid #ddd;
		background-color: #FFFFFF;
}


/* TEXT LAYOUT */

.link_headline {
	color: #003366;
	width: 140px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 2px solid #003366;
	}


