@charset "UTF-8";

#wrap h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
}
#wrap p {
	font-size: 13px;
	color: #545454;
}

#wrap p a {
	font-size: 13px;
	color: #376B8F;
	text-decoration: none;
	text-transform: uppercase;
}
#wrap p a:hover {
	font-size: 13px;
	color: #376B8F;
	text-decoration: underline;
	text-transform: uppercase;
}

#wrap h4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
body #wrap {
	background-color: #FFFFFF;
	width: 880px;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #013048;
	border-bottom-color: #013048;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 35px;
	margin: 0px auto
}
#wrap #top-nav {
	background-color: white;
	height: 100px;
	width: 880px;
}
#wrap #top-nav img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrap #top-nav #MenuBar1 {
	float: right;
	padding-top: 55px;
	clear: both;
}
#wrap #footer {
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	color: #002549;
}
#wrap #footer a {
	color: #002549;
	text-decoration: none;
}
#wrap #footer a:hover {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
