﻿
@import url('appearance.css');
/* CSS layout */

body {
	width: 955px;
	margin: 0 auto 0;
	background: #ffffff;
	color: #003300;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-align: left;
}

#container {
	border: 1px solid #000000;
	position: relative;
	width: 955px;
	margin: 0 auto 0 auto;
	background: #003300;
}
#masthead {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 955px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/2011_banner_collage_sam2.jpg');
	clear: both;
	display: block;
	height: 190px;
	background-repeat: no-repeat;
}
#header {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 955px;
	height: 170px;
	top: 0px;
}
#awmAnchor-menu {
	width: 955px;
	height: 25px;
	color: #FFFFFF;
}

#left_col {
	padding: 1px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/l_col_bgnd.jpg');
	background-repeat: repeat-y;
	background-position: left;
	color: white;
	width: 132px;
	float: left;
	text-align: center;
}
#page_content {
	margin: 5px 135px 0px 136px;
	background-color: #FFFFFF;
	min-height: 2030px;
}
#right_col {
	padding: 1px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/r_col_bgnd.jpg');
	background-repeat: repeat-y;
	background-position: right;
	color: white;
	width: 130px;
	float: right;
	text-align: center;
	min-height: 2028px;
}
#footer {
	border-top: thick outset #808080;
	padding: 5px;
	background-color: #003300;
	color: white;
	width: 945px;
	height: 130px;
	background-image: url('../images/footer_bgnd.jpg');
	background-repeat: repeat-x;
	margin-top: 3px;
	border-left-color: #808080;
	border-left-width: thick;
	border-right-color: #808080;
	border-right-width: thick;
	border-bottom-color: #808080;
	border-bottom-width: thick;
}
#footer h5 {
	color: #FFFFFF;
}

