/* Author: jmwebdevelopment */

body {
	background-color: #88AB13;	
	font-family: arial, verdana, tahoma, sans;
	color: white;
	font-size: 1em;
}

a {
	color: white;
}

a:active {
	color: black;
}

table tr td font {
	font-family: arial, verdana, tahoma, sans;
	font-size: 12em;
	color: white;
}

#headrow {
	position: auto;
	table-layout: auto;
	width: 99%;
}

/*

#headrow img.headerlogo {
	max-width: 72%;
	max-height: 90%;
} 

#headrow img.dslogo {
	max-width: 80%;
	max-height: 80%;
}

*/


#mlt {
	position: relative;
	background-color: #88AB13;
	border-spacing: 2px;
	table-layout: auto;
}

#mlt td {
	background-color: #5A730D;
}

#mlt a {
	text-decoration: none;
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: .8em;	
	text-decoration: none;

}

#mlt a:active,   {
	color: #233300;
}

#mlt a:focus {
	color: #233300;
}

#mlt a:link {
	color: white;
}


#mainlinks #mlt tbody tr td {
	background-color: #5A730D;	
}

#content {
	position: fixed;
	top: 142px;
	width: 99%;
	height: 100%;
	border-top: 1px solid black;	
	overflow: hidden;
}

#iframe {
	position: relative;
	width: 100%;
	height: 74%;
	border: 0px solid black;
	overflow: auto;
}

#footertable {
	table-layout: auto;
	width: 100%;
	font-size: .9em;
	background-color: #5A730D;
}


#footer {
	position: fixed;
	bottom: 4px;
	width: 98%;
	left: 1%;

	
}

.clear {
   clear: both;
   height: 5px;
} 


