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

#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: none;
	/* background-color: #000000; */
	text-align: center;
	width: 800px;
	color: black;
}


#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;
	margin-top: 0px;
	-moz-user-focus: normal;
	-mox-user-input: enabled;
}	

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

}

#right-column {
	position: absolute;
	left: 540px;
	top: 0px;
	width: 130px;
	height: 379px;
	background-image: url("../img/rightnav.jpg");
	/* background-color: #ffffff; */
}

img {
	border: none;
}

#left-navigation {
	padding-left: 10px;
	font-size: 0.813em;
	font-weight: bold;
	color: #ffffcc;

}

a.leftNavLink {
  display: block;
  padding: 8px;
  text-decoration: none;
}

a.leftNavLink:link, a.leftNavLink:visited {
  color: #000000;
}

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

a.foot {
	color: #000000;
	font-size: 0.625em;
	text-decoration: none;
}

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

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


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

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

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

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;
}

img.image-left {
	text-align: left;
	float: left;
	height: 150;
	width: 210;
	padding-left: 2px;
	padding-right: 3px;
}

#footerContent {
	padding-top: 12px;
}
