body {
	background-color: #627890;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a {
	color: #003663;
	text-decoration: none;
}

a:Hover {
	color: black;
	text-decoration: underline;
}

p {
	margin-top: 0px;
}

.outerpage {
	width: 965px;
	margin: auto;
	margin-top: 12px;
	background-color: white;
	border: 2px solid #003663;
}

.topcontent {
	margin-left: 26px;
	margin-right: 26px;
	margin-top: 6px;
	font-size: 11px;
}

.bodyleft {
	width: 150px;
	padding-top: 7px;
	padding-left: 6px;
	padding-bottom: 6px;
}

.bodyleft a {
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	color: #003663;	
	letter-spacing: 1px;
	width: 140px;
	background-color: #e5ebef;
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #ccd7e0;
	margin-bottom: 8px;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.bodyleft a:Hover {
	text-decoration: none;
	color: black;
	border: 1px solid #003663;
}

.bodyright {
	background-color: #fff9dd;
	border-right: 1px solid #eeddbb;
	border-bottom: 1px solid #eeddbb;
	border-top: 1px solid #eeddbb;
	border-left: 1px solid #eeddbb;	
	margin: 6px;
	padding: 6px;
}

.headingtext {
	font-size: 18px;
	font-weight: bold;
	color: #003663;
	letter-spacing: 1px;
}

.subheadingtext {
	font-weight: bold;
	color: #003663;
	letter-spacing: 1px;
}

.writing {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 1px;
}

.header {
	background-color: #003663;
	border-bottom: 2px solid black;
}

.footer {
	margin: 6px;
	font-size: 11px;
}

.notice {
	background-color: #003663;
	color: white;
	text-align: center;
	font-size: 16px;
	padding:  6px;
	border: 2px solid white;
	margin:  4px 4px 12px 4px;
}

.notice p {
	margin-bottom: 0;
	padding-bottom: 0;
}
