body {
	margin: 0;
	background-color:#ffffff;
	color:black;
	padding: 0;
	font: small Arial, Helvetica, sans-serif;
}

.mtatop {
	background-color:#010b91;
	width:100%;
	padding: 0;
	margin: 0;
}

.mtatopleft {
}

.mtatopright {
	float:right;
	top:0px;
	right:0px;
}

.mtamenu {
	border-top: 1px white solid;
	background-color:#010b91;
	width:100%;
	padding: 0;
	margin: 0;
}

.mtamenu a:visited {
	color: white;
	text-decoration: none;
}

.mtamenu a:link {
	color: white;
	text-decoration: none;
}

.mtamenu table {
	border-collapse:collapse;
	padding: 0;
	margin: 0;
	color: white;
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.mtamenu td {
	float: left;
	border-left: 1px white solid;
	list-style: none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left: 0.5em;
	padding-right: 1em;
}

.mtatopmiddle {
	position: absolute;
	top: 55px;
	left: 155px;
	color: white;
	font-size: 19px;
	font-weight: bold;
	text-shadow: #000000 2px 2px;
}


.spnsidemenu {
	margin-top: 1em;
	margin-bottom: 1em;
	width:143px;
	text-indent:3px;
}

#firstsidemenu {
}


.spnfooter {
	clear: both;
	font-size:13px;
}

.spnfooter p {
	margin-top: 2em;
	color: white;
	background-color:#010b91;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	padding: 0;
	padding-left: 1em;
	height: 2em;
	line-height:2em;
}




/*
.spncontactsummary h4{
	height: 20px;
	line-height: 20px;
	text-indent: 6px;
}

.spncontactsummary table {
	background-color: white;
}

.spncontactsummaryright h4 {
	background-image: url('/static/graphics/rightcorner.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.spncontactsummaryright {
	background-image:url('/static/graphics/redgrad.gif');
	background-repeat: repeat-x;
}

.spncontactsummaryright table{
	border: thin solid rgb(140, 39, 17);
	color: rgb(140, 39, 17);
}

.spncontactsummaryleft h4 {
	background-image: url('/static/graphics/leftcorner.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.spncontactsummaryleft {
	background-image:url('/static/graphics/bluegrad.gif');
	background-repeat: repeat-x;
}

.spncontactsummaryleft table{
	border: thin solid rgb(2, 28, 164);
	color: rgb(2, 28, 164);
}

*/


