@charset "utf-8";
/* CSS Document */
body {
	background-color: #003366;
	margin: 0;
}

#mainbody {
	width: 1095px;
}

.content {
	color: #333366; 
	font-weight: bold; 
	font-family: Garamond; 
	text-align: justify;
	font-size: 14px;
	vertical-align: top; 
	padding: 0px 30px 10px 20px; 
	overflow: hidden; 
	
}

div.scroll {
	height: 350px;
	width: 375px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 8px;
}


.footer {
	width: 100%;
	text-align: center;
}

.menu {
	float: left;
	width: 16%;
	text-align: center;
	font-family: Trajan Pro;
	font-size: 12px;
	color: #0080C0;
}

.menu img {
	border: none;
}
	
.menu a {
	text-decoration: none;
	font-family: Trajan Pro;
	font-size: 12px;
	color: #0080C0;
	font-weight: bold;
}

.menu a:visited {
	color: #0080C0;
	text-decoration: none;
}

.menu a:hover {
	color: #0080C0;
	text-decoration: underline;
}
