body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
	background-color: #FFF;
}
/* Layout */
#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.714em;
	text-align: center;
	width: 800px;
	color: #012778;
}


#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: #012778;
	background-color: #FFF;
	height: 380px;
	padding-left: .5em;
	padding-right: .5em;
	width: 530px;
	font-size: 0.857em;
	overflow: auto;
	-moz-user-focus: normal;
	-mox-user-input: enabled;
}	

#left-column {
	position: absolute;
	width: 130px;
	height: 380px;
	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: 380px;
	background-image: url("../img/right_nav.jpg");
	padding-top:	20px;
	/* background-color: #ffffff;
	border-right: 1px solid gray; */
}

#footer-content { margin-top: 16px; }
#left-navigation {
	margin-top: 25px;
	font-size: 0.714em;
	font-weight: bold;
	color: #012778;
}

/* Hyperlinks */
a {
	border: none;
	color:black;
}

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

a:active, a:focus, a:hover {
	color: #121258;
	text-decoration: underline;
}
a.leftNavLink {
  display: block;
  padding: 9.2px;
  margin-left: 2px;
  text-decoration: none;
  font-family:"Verdana",Arial,Serif;
}
a.leftNavLink:link, a.leftNavLink:visited { color: #012778; }
a.leftNavLink:active, a.leftNavLink:focus, a.leftNavLink:hover {
  color: #901d02;
  text-decoration: underline;
}
a.foot {
	color: #012778;
	font-size: 1em;
	text-decoration: none;
}
a.foot:link, a.foot:visited { color: #012778; /* #440066; */ }
a.foot:active, a.foot:focus, a.foot:hover {
  color: #901d02;
  text-decoration: underline;
}
/* HTML Styling */
img { border: none; }
div.affiliates {
  padding-left: 0.5em;
  padding-top: 0.25em;
  border: none;
}

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

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

p { text-align: justify; }

/* Text Classes */
div.just {
	margin-left: .5cm;
	margin-right: .5cm;
	text-align: justify;
}
.centerText { text-align: center; }
.contentImgLeft { 
    float: left;
    padding-right: 5px;
}
.contentCenterImg 
{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#ContactInfo {
	font-size: 0.929em;
	text-align: center;
}
.clear {
	clear: both:
	display: none;
}

.boxed {
    padding: 4px;
    border:  1px solid #ccc;
    background-color: #eee;
    width:  210px;
    height: 158px;
    top:  0;
    left: 0;
}

#fb-banner {
	float: left;
	height: 38px;
	left: 610px;
	margin-left: 11px;
	margin-top: 55px;
	position: relative;
	width: 125px;
}
#fb-footer {
	float: left;
	top: -140px;
	left: 10px;
	position: relative;
}

