﻿body { 
	margin: 0; 
	padding: 0; 
	text-align: center; /*centers the content in IE5/win */ 
	background: #E0DEC5; 
	font-family: Verdana;
	font-size: 12px;
} 

IMG 
{
	border: 0px;
}

p, ul 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red;
}

#header {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 900px;
	height: 90px;
	background-image: url(images/MA_header.gif);
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#menu {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 900px;
	height: 38px;
	background: ##A6c1a0;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#content
{
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 900px;
	height: 380px;
	background: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#MA_content
{
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 900px;
	height: 380px;
	background: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	overflow: auto;
}

#admincontent 
{
	width: 850px;
	background: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: left;
}

#admincontent p.tablehead
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
	
ul.datasubmenu 
{
	list-style: none;
	text-align: right;
	margin: 6px 0px 0px 0px;
}

ul.datasubmenu li 
{
	display: inline;
	margin-top: 3px;
	padding-right: 13px;
	text-align: center; 
	font-size: 10px;
}

#footer {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 900px;
	clear: both;
	height: 30px;
	background: #A6c1a0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#footer p.copyr 
{
	margin: 0px;
	font-size: 10px;
	padding-top: 8px;
}

#ft_left
{
	float: left;
	width: 450px;
}

#ft_right
{
	float: left;
	width: 450px;
	text-align: right;
}

ul.submenu 
{
	list-style: none;
	text-align: right;
	margin: 6px 0px 0px 0px;
}

ul.submenu li 
{
	display: inline;
	margin-top: 3px;
	padding-right: 13px;
	text-align: center; 
	font-size: 10px;
}

#datalist td
{
	padding: 3px;
}

#datalist th
{
	background: #e0e0e0;
	border-bottom: 1px solid black;
}


