@charset "UTF-8";
<style type="text/css">

body, td, p {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-color: #404040;
	border-style: solid;
	border-width: thin;
	text-align: left;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #484848;
	font-style: italic;
	line-height: 22px;
}

#navigation {
	width: 248px;
	padding-left: 52px;
	float: left;
}

#content {
	width: 640px;
	float: right;
}

#content p {
	padding-right: 150px;
}

#footer { 
	clear: both;
}

a:link {
	color: #b5191c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #B5191C;
}

a:visited {
	text-decoration: underline;
	color: #404040;
}

.redtxt {
	color: #B5191C;
}

.pgtitletxt {
	color: #B5191C;
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
}

