html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	text-align: center;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #c02026;
	font: bold 130% Lucida, Lucida Sans, Arial, Helvetica, sans-serif;
}

h2 {
	color: #c02026;
	font: bold 120% Lucida, Lucida Sans, Arial, Helvetica, sans-serif;
}

h2.menuheader {
	color: #575564;
	margin-bottom: 5px;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #c02026;
	font: bold italic 120% Lucida, Lucida Sans, Arial, Helvetica, sans-serif;
}

h4 {
	color: #c02026;
	font: bold 110% Lucida, Lucida Sans, Arial, Helvetica, sans-serif;
}

h5 {
	color: #c02026;
	font: bold italic 110% Lucida, Lucida Sans, Arial, Helvetica, sans-serif;
}

h6 {
	color: #c02026;
	font: bold 100% Lucida, Lucida Sans, Arial, Helvetica, sans-serif;
}


.clear { clear: both; }

.textbox {
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 5px;
}
	.textbox h1, .textbox h2, .textbox h3, .textbox h4, .textbox h5, .textbox h6 { margin: 0px; }

.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu a:link, .menu a:visited {
	display: block;
	width: 133px;
	background: url('images/bullet.gif') no-repeat 0px 3px;
	padding-left: 10px;
	color: #040039;
	text-decoration: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 123px;
}	
	html>body .menu a:link, html>body .menu a:visited { width: 123px; }
	
.menu a:active, .menu a:hover {
	text-decoration: underline;
}

#container {
	margin: 0px auto;
	text-align: left;
	background: #fff;
	width: 749px;
}

#top {
	height: 96px;
	background: url('images/top.jpg') no-repeat;
}

#menu {
	position: relative;
	top: 75px;
	background: #040039;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
	#menu a:link, #menu a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#menu a:active, #menu a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
#body {
	background: url('images/column.gif') repeat-y;
}

#body2col {
	background: url('images/column-2.gif') repeat-y;
}

#body2 {
	background: #e5e4ef url('images/portrait.jpg') no-repeat;
	width: 191px;
	float: left;
	padding: 180px 5px 5px 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 181px;
}
	html>body #body2 { width: 181px; }

#body1 {
	width: 387px;
	float: left;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 377px;
}
	html>body #body1 { width: 377px; }
	
#body1w {
	width: 558px;
	float: left;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 548px;
}
	html>body #body1w { width: 548px; }

#body3 {
	width: 171px;
	float: left;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 161px;
}
	html>body #body3 { width: 161px; }

#footer {
	clear: both;
	padding: 3px;
	background: #040039;
	text-align: center;
	color: #fff;
	font-size: 90%;
}.newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #575564;
}
.newsheadsubline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #575564;
}
.morelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #858585;
}
.Contactheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #575564;
}
