/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	color: #444444;
	text-align: center;
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
}
#wrap {
	width: 770px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 5px auto;
}
#header {
	height: 98px;
	background: url(../images/HeaderBkgrd.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#navbar {
	height: 46px;
	background: url(../images/menu_spacer.jpg) repeat-x left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	float: right;
	width: 450px;
	text-align: center;
}
#framescontent, #contactcontent {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
}
#framescontent {
	margin-top: -35px;
}
#maincontent h1, #framescontent h1, #contactcontent h1 {
	color: #44638C;
	font-size: 170%;
	margin-top: 5px;
}
#maincontent p {
	text-align: justify;
	padding: 5px 60px;
	line-height: 1.15em;
}
#maincontent em {
	font-style: normal;
	font-weight: bold;
}
#maincontent img, #framescontent img, #contactcontent img {
	padding: 5px;
	border: 1px solid #C2D1E8;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar {
	float: left;
	width: 315px;
}
#footer {
	clear: both;
	width: 770px;
	background: #44638C;
	border-top: 1px solid #C2D1E8;
	text-align: center;
}
#footer p {
	font-size: 70%;
	color: #C2D1E8;
	line-height: 3em;
}
#maincontent a {
	font-size: 90%;
	color: #9F1411;
	text-align: right;
	display: block;
	margin: 20px 20px 5px 0px;
}
#framescontent h1 {
	text-align: center;
	font-size: 250%;
	line-height: 2.25em;
}
#framescontent h2 {
	text-align: center;
	font-size: 160%;
	line-height: 2.25em;
	color: #44638C;
	margin-top: 5px;
}
#framescontent img {
	margin-left: 20px;
	margin-right: 20px;
}
#framescontent p, #framescontent h6 {
	text-align: justify;
	line-height: 1.15em;
	width: 300px;
	display: block;
	padding-top: 10px;
}
#framescontent h6 {
	font-weight: normal;
	width: 430px;
	font-size: small;
}
#framescontent a {
	color: #9F1411;
}
#contactcontent h1 {
	margin-left: 20px;
}
#contactcontent img {
	float: right;
	margin-bottom: 40px;
}
#contactcontent p {
	list-style: none;
	line-height: 2em;
	margin-left: 20px;
}
.caption {
	clear: both;
	text-align: left;
	padding-left: 20px;
}
.rightfloat {
	float: right;
}
.leftfloat {
	float: left;
}
.nextline {
	line-height: 2em;
	margin-top: 20px;
}
.indented {
	text-indent: 5.5em;
}
.centered {
	clear: both;
	text-align: center;
}
