@charset "UTF-8";
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #673567;
}
/* CSS Document */

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-width: 26px;
	border-left-style: solid;
	border-left-color: #673567;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.nav {
	display: block;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #673567;
	margin: 0px;
	background-color: #673567;
	height: 45px;
}
ul.nav li {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
ul.nav a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	border-bottom-style: none;
}
ul.nav a:hover {
	color: #673567;
	text-decoration: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
}
ul.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
}
ul.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1  {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #673567;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #144F63;
}
#wrapper p {
	padding-right: 25px;
	padding-left: 25px;
}
a {
	color: #144F63;
	text-decoration: none;
}
a:hover {
	color: #144F63;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #144F63;
}
a:active {
	color: #D63C27;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D63C27;
}
a:visited {
	color: #144F63;
	text-decoration: none;
}
.float_right {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}

