﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 66px;
}
#top_left {
	width: 120px;
	position: absolute;
	left: 0px;
	top: -5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 70px;
}
#header {
	font: italic normal bold xx-large Verdana;
	margin: 10px 220px 10px 220px;
	position: absolute;
	float: none;
	top: 15px;
	left: -128px;
	width: 615px;
	text-align: center;
	height: 43px;
}
#container {
	padding: 0px 0px 20px 0px;
	margin: 15px 0px 0px 0px;
	border: medium ridge #C0C0C0;
	position: relative;
	width: 100%;
	min-height: 410px;
	min-width: 790px;
	top: 0px;
	left: 0px;
}
#left_col {
	padding: 0px;
	margin: 5;
	font: normal normal normal medium/36px Verdana;
	width: 140px;
	position: absolute;
	height: 90%;
	top: 0px;
	left: 0px;
}

#page_content {
	margin: 5px 180px 5px 140px;
	padding: 5px;
	border: thin solid #000080;
	text-align: center;
}
#right_col {
	margin: 0 0 10px 10px;
	width: 156px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 400px;
	text-align: center;
}
.navlist {
	list-style-type: circle;
}
#footer {
	padding: 10px;
	margin: 20px 10px 10px 10px;
	border: thin groove #0000FF;
	height: 20px;
	width: 95%;
	background-image: url('../images/footerbackground.gif');
	color: #000000;
	font-family: Verdana;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	font-size: small;
	text-align: center;
}
.imagesincontent {
	border-width: 0px;
	margin: 10px;
}
.awmenustyle {
	position: absolute;
}
