body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	text-align: 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/foot.png"); */
	background-color: #00529e;
	text-align: center;
	width: 800px;
	color: white;
}


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

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

#main {
	color: black;
	background-color: white;
	height: 430px;
	padding-left: .5em;
	padding-right: .5em;
	width: 528px;
	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/side-bar.jpg");*/
	background-color: #00529e;

}

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

img {
	border: none;
}

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

}

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

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

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

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

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

a.foot:active, a.foot:focus, a.foot:hover {
  color: #ffffcc;
  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.125em;
	font-weight: bold;
	text-align: left;
}

p.quote {
	font-size: 0.75em;
	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;
}
