/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	width: 90%;
}
#header {
	width: 100%;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #00349A;
	height: 141px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	display: none;	
}
#frame {

}
#contentleft {
	display: none;	
}
.contentcenter {
	
}
#home .contentcenter {
}
#contentright {
	display: none;
}	
#credits {
}
#clear {
	clear: both;	
}
#footer {
}	
