body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
	background-color: #d8dce3;
	/* background-image: url("../img/background.jpg"); */
	/* background-repeat: repeat-x; */
}

#contents {
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer {
	position: absolute;
	top: 550px;
	height: 50px;
	background-image: url("../img/footer.jpg");
	/* background-color: #000000; */
	font-size: 0.786em;
	text-align: center;
	width: 800px;
	color: #00257b;
}


#header {
	background-image: url("../img/banner.jpg");
	background-position: top, left;
	background-repeat: no-repeat;
	background-border: none;
	height: 170px;
	width: 800px;
}

#sub {
	position: relative;
	top: 0px;
	left: 130px;
	width: 670px;
	height: 430px;
}

#main {
	color: black;
	background-color: white;
	height: 380px;
	padding-left: .5em;
	padding-right: .5em;
	width: 526px;
	overflow: auto;
	-moz-user-focus: normal;
	-mox-user-input: enabled;
}	

#left-column {
	position: absolute;
	width: 130px;
	height: 430px;
	margin-bottom: 5em;
	background-image: url("../img/left_nav.jpg");
	background-color: #ffffff;
	/*border-left: 1px solid gray;*/

}

#right-column {
	position: absolute;
	left: 540px;
	top: 0px;
	width: 130px;
	height: 430px;
	background-image: url("../img/right_nav.jpg");
	/* background-color: #ffffff;
	border-right: 1px solid gray; */
}

#footer-content {
	margin-top: 12px;
}

img {
	border: none;
}

#left-navigation {
	font-size: 0.929em;
	font-weight: bold;
	color: #ffffcc;

}

a.leftNavLink {
  display: block;
  padding: 7px;
  margin-left: 14px;
  text-decoration: none;
}

a.leftNavLink:link, a.leftNavLink:visited {
  color: #00257b; /* #440066; */
}

a.leftNavLink:active, a.leftNavLink:focus, a.leftNavLink:hover {
  color: #404040;
  text-decoration: underline;
}

a.foot {
	color: #00257b;
	font-size: 1em;
	text-decoration: none;
}

a.foot:link, a.foot:visited {
	color: #00257b; /* #440066; */
}

a.foot:active, a.foot:focus, a.foot:hover {
  color: #404040;
  text-decoration: underline;
}


div.affiliates {
  padding-left: 1em;
  padding-top: 1em;
  border: none;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
}

p.quote {
	font-size: 0.857em;
	font-weight: bold;
	padding-left:1em;
	padding-right:1em;
}

td {
	color: black;
}

a {
	border: none;
	color:black;
}

a:link, a:visited {
	border: none;
}

a:active, a:focus, a:hover {
	color: #121258;
	text-decoration: underline;
}


p {
	text-align: justify;
}

div.just {
	margin-left: .5cm;
	margin-right: .5cm;
	text-align: justify;
}

ul.emp2 {
	margin-top:0px; 
	margin-bottom:0px;
}

#HomepageText {
	font-size: 0.929em;
}
#ContactInfo {
	font-size: 0.929em;
	text-align: center;
}
.centerText {
	text-align: center;
}

