body {
	behavior: url(../csshover.htc);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #003333;
}

h1, h2, h3, h4 {
	color: #993366;
	text-align: left;
}
#page {
	text-align: left;
	width: 800px;
	border: 1px solid #993300;
	padding: 0px;

	background-image: url(../assets/images/MTC background.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/MTC%20background.gif);
}
#header {
	background-color: #FFFFFF;
	height: 100px;

}
#topnav {
	float: left;
	display: inline;
	background-color: #7FCF21;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #666699;
}
#topnav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: inline;
}
#topnav li {
	display: inline;
	font-size: small;

}
#topnav a {
	width: 130px;
	background-color: #7FCF21;
	text-align: center;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003333;
	float: right;
}
#topnav a:hover {
	background-color: #FF9900;
}
#nav {
	width: 20%;
	float: left;
	padding-left: 0.5em;
	padding-top: 0.5em;
}
#nav ul {
	list-style-type: none;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

#nav a {
	background-color: #7FCF21;
	display: block;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	width: 8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav a:hover {
	background-color: #FF9900;
}
#nav ul li ul {
	display: none;
	width: 125px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	list-style-type: none;
	position: absolute;
	left: 140px;
	top: 0px;
}
#nav ul li:hover ul {
	display: block;
}
#main {
	float: left;
	width: 46%;
	padding: 1em;
	text-align: justify;
	color: #333333;
	line-height: 1.5em;
}
#news {
	padding: 1em;
	float: left;
	text-align: justify;
	width: 25%;
	color: #006633;
	line-height: 1.5em;
}
#bottomnav {
	clear: both;
	text-align: center;
	background-color: #66FF33;
	padding: 0.5em;
}
#footer {
	text-align: center;
	padding: 0.5em;
	background-color: #73CE10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.readmore {
	font-family: sans-serif;
	font-size: x-small;
	color: #FF3300;
	text-decoration: none
}
