﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 20px 10px;
	border: 0;
	color: #003366;
	text-align: left;
	font-weight: normal;
}

body {
	background-color: #eff1f8;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #452b8e;
	text-decoration: none;
}
a:visited {
	color: #544296;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#wrapper {
	width: 770px;
	background-color:#eff1f8;
	margin: 10px auto;
	text-align: left;
}

#banner {
	height: 160px;
	background-image: url(../images/banner9.jpg);
	background-repeat: no-repeat;
}

#background {
vertical-align: top;
background-image: url(../images/background.jpg);
}

#container {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.h1Centered {
	text-align: center;
	font-size:28px;
	color: #003366;
	font-weight: bold;
}

.h1Title {
	font-size: 20px;
	color: #003366;
	text-align: left;
	font-weight: bold;
}

p.Text {
	margin: 10px;
	text-align: justify;
	color: #003366;
	font-size: 16px;
	margin-left: 65px;
	margin-right: 65px;
}

.FloatLeft {
	float: left;
	margin: 20px;
	border: 1px solid #003366;
}

.linksHeader {
	text-align:center;
	font-size: 14px;
	color:#306;
	font-weight:bold;
}
	
.linksText {
	text-align:center;
	font-size: 12px;
	color:#003366;
	font-weight:normal;
	margin-left: 125px;
	margin-right: 125px;
}	
	
.pLinks {
	font-size:14px;
	text-align: center;
}
	
p.Centered {
	text-align: center;
	font-size: 14px;
}
	
p.Address {
	margin-left: 145px;
	font-size: 14px;
}
	
.imgCentered  {
	margin: 20px;
	border: 1px solid #003366;
}
	
.clearit {
	background-color: #eff1f8;
	clear: both;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	background-color: #CCC;
	color: #FFFFFF;
	padding-bottom: 5px;
}

#footer p {
	font-size: 70%;
	color: #003366;
	padding: 5px;
	text-align: right;
}

#table {
	border-width: 1px;
	border-style: solid;
	border-color:#000033;
}

#td {
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
}

#wrapper #content {
	height: auto;
	width: 500px;
}

.bullet {
	margin-left: 125px;
	margin-right: 125px;
	list-style-type: square;
	margin-top: -60px;
}

.bullet2 {
	margin-left: 175px;
	margin-right: 175px;
	list-style-type: circle;
	margin-top: -70px;
}

