﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", sans-serif;
}
#masthead {
	position: relative;
	width: 600px;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
}
#logoleft {
	background-image: url('images/MPLOGO3.GIF');
	background-repeat: no-repeat;
	position: absolute;
	background-position: center center;
	left: 14px;
	top: 11px;
	width: 105px;
	height: 103px;
	right: 481px;
}
#pgtitle {
	position: absolute;
	width: 450px;
	height: 100px;
	font-family: "Trebuchet MS";
	font-size: 48px;
	font-weight: bold;
	color: #FF0000;
	left: 137px;
	top: 26px;
	height: 67px;
}
#top_nav {
	border-bottom-style: groove;
	text-align: center;
	font-size: large;
	font-weight: bolder;
	padding-top: 10px;
	height: 31px;
	border-top-style: groove;
}

#container {
	min-width: 600px;
	padding-right: 20px;
	padding-left: 20px;
}

#left_col {
	width: 100px;
	float: left;
	font-weight: bold;
	bottom: 0px;
	padding-left: 20px;
}
#page_content {
	margin-left: 120px;
	padding-left: 20px;
	border-left-style: groove;
}

#footer {
	clear: both;
	border-top-style: double;
	padding-top: 10px;
}
#logos {
	position: relative;
	bottom: 0px;
}
.Overline {
	border-top-style: groove;
}
.MyPageHead {
	font-size: x-large;
	color: #FF0000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
.h2center {
	font-size: x-large;
	font-weight: normal;
	text-align: center;
}
a.navbar {
	text-decoration: none;
}

