@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/meggiebluebkg.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
#container  {
	width: 961px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/meggiemainbkg2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-repeat: repeat-y;
	height: auto;
	color: #000;
}
#footer {
	background-image: url(../images/meggiefooter.jpg);
	background-repeat: no-repeat;
	width: 796px;
	text-align: center;
	font-size: x-small;
	height: 160px;
	margin-top: 30px;
	margin-right: 89px;
	margin-bottom: 0px;
	margin-left: 74px;
	padding: 0px;
	color: #000;
}

#header {
	position: static;
	top: 0px;
	left: 0px;
	border: medium none #321412;
	margin-left: 54px;
}

#mainContent  {
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 200px;
	width: 480px;
	color: #000;
}
#rightcol {
	position: absolute;
	left: 683px;
	top: 181px;
	height: 641px;
	width: 186px;
}

#navbar {
	float: none;
	position: absolute;
	left: 84px;
	top: 169px;
	width: 101px;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #321412;
	border-right-color: #321412;
	border-bottom-color: #321412;
	border-left-color: #321412;
	padding-top: 20px;
	height: 300px;
}
h1 {
	font-size: large;
	color: #000;
}
.small {
	font-size: x-small;
}
a:link {
	text-decoration: none;
	color: #024C68;
}
a:visited {
	text-decoration: none;
	color: #024C68;
}
a:hover {
	text-decoration: none;
	color: #FF8500;
}
a:active {
	text-decoration: none;
	color: #FF8500;
}
h2 {
	font-size: medium;
}
.textbox {
	background-color: #CCC;
	border: thin groove #024C68;
	font-size: small;
}
.submitbtn {
	background-color: #024C68;
	font-size: x-small;
	border: thin groove #024C68;
}
.style2 {
	font-size: large;
	font-weight: bold;
}
.style3 {
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
