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

#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-repeat: no-repeat;
	font-size: 0.786em;
	text-align: center;
	width: 800px;
	color: #003466;
}


#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: #000;
	background-color: #fff;
	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: 380px;
	margin-bottom: 5em;
	background-image: url("../img/left_nav.jpg");
	background-repeat: no-repeat;
	/* background-color: #e7e7e7; */
}

#right-column {
	position: absolute;
	left: 540px;
	top: 0px;
	width: 130px;
	height: 380px;
	background-image: url("../img/right_nav.jpg");
	background-repeat: no-repeat;
}

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

img {
	border: none;
}

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

}
a.foot {
	font-size: 1em;
	text-decoration: none;
}

a.foot:link, a.foot:visited {
	color: #003466;
}

a.foot:active, a.foot:focus, a.foot:hover {
  color: #840404;
  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;
}

#ContactInfo {
	font-size: 0.929em;
	text-align: center;
}
/* Global Use */
.boxed {
    padding: 5px;
    border:  1px solid #ccc;
    background-color: #eee;
}
.imgFloatLeft {
        float: left;
        margin-right: 5px;
}
.imgFloatRight {
        float: right;
        margin-left: 5px;
}
.imgCentered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
.centerText { text-align: center; }
/* Navigation Menu */
#navlist {
	margin: 5px 0 0 10px;
	padding: 0;
	list-style-type: none;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 4px 2px 5px 5px;
	margin: 0px 0px 2px 0px;
	color: #fefdfd;
	text-decoration: none;
}
#navlist a:focus, #navlist a:active {
	color: #dedede;
}
#navlist a:hover {
	background-color: #003466;
	text-decoration: none;
}
/* Partner List */
#partnerlist {
	margin: 55px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#partnerlist li {
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

