@charset "utf-8";
/* CSS Document */
@charset "utf-8";

p {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	text-align: top;
	text-indent: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
ul {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
title {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #375290;
	text-indent: 10px;
}
form {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited, a:active {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #798c7b;
	text-decoration: none;
}
a:name {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 14px;
	color: #123b1d;
	font-weight:bold;
}
a:hover {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	color: #123b1d;
}
h3 {
	font-family: "Trebuchet MS", "Arial Narrow", Arial;
	font-size: 14px;
	color: #375290;
	font-weight: normal;
	text-indent: 10px;
}
h1 {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 18px;
	color: #375290;
	font-weight:bold;
	text-indent: 10px;
}
h2 {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 10px;
}
div#page {
	padding: 0px;
	margin:0 auto;
	width: 800px;
	background-color:#798c7b;
}
div#head {
	width: 800px;
	height: 150px;
	background-image:url(../../images/MWTC/header.jpg);
}
div#content {
	width: 800px;
	background-color: #FFFFFF;
	
}

div#footer {
	width: 800px;
	height: 100%;
	clear: both;
	background-color: #798c7b;
}	
img.floatLeft { 
    float: left; 
    margin: 4px;
}
img.floatRight { 
    float: right; 
    margin: 4px;
}
#page #footer a {
	color: #FFFFFF;
}
#page #footer a:hover {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
#page #footer p {
	color: #FFFFFF;
}

