html {
	height: 100%;
}

body {
	background-image: url('images/MDJ_background.jpg');
	background-repeat: repeat;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	height: 100%;
}

a{
	color: #81caab;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: underline;
}

a:visited{
	color: #969897;
}

#contenttable {
	height: 100%;
/*	border: 1px solid gray;*/
}

#contenttable td {
/*	border: 1px dashed blue;*/
	padding: 5px;
}

#container{
/*	border: 1px solid orange;*/
	margin: 25px auto 0px auto;
	height: 700px;
	width: 1000px;
	background-image: url('images/MDJ_home.png');
	background-position: center;
	background-repeat: no-repeat;
}

#main{
/*	border: 1px solid yellow;*/
	position: relative;
	top: 106px;
	left: 36px;
	width: 926px;
	height: 506px;
}

#nav{
	height: 51px;
	width: 926px;
	position: relative;
	left: 36px;
	top: 106px;
}

table #navtable{
	height: 53px;
}

#navtable td{
	text-align: center;
}

#content{
/*	border: 1px solid blue;*/
	width: 555px;
	height: 363px;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: 15px;
	overflow: auto;
}

#policies {
	font-size: 12pt;
	padding: 0px 20px;
}

#credit {
/*	border: 1px solid #999;*/
	position: relative;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	text-align: right;
	top: 124px;
	right: 40px;
}

#credit a {
	color: #FFFFFF;
	text-decoration: none;
}

#credit a:hover{
	text-decoration: underline;
}

.arial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: -.01em;
}