﻿@import url('styles2.css');
/* -------------------------- CSS layout --------------------------------------------------------- */
/* -------------------------- Body Styles --------------------------------------------------------- */
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	width:955px;
	padding: 0px;
	margin: 0 auto;
	background: #000033;
	color: navy;
	text-align: left;
}

/* -------------------------- Container Styles --------------------------------------------------------- */
#container {
	position: relative;
	width: 955px;
	margin: 0 auto 0;
	background: #navy;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border: 2px solid #808080;
}
/* -------------------------- Masthead Styles --------------------------------------------------------- */
#masthead {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 150px;
	background-color: white;	
	border: 1px solid #808080;
}

/* -------------------------- Banner Styles --------------------------------------------------------- */
#header {
	height: 150px;
	width: 955px;
	background-image: url('../images/final-logo.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center;
	padding: 0px;
	margin: 0px;
	top: 0px;
	border-bottom: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

/* -------------------------- AWM Menu Style  --------------------------------------------------------- */
#awmAnchor-kcc_menu {
	margin-left: 1px;
	top: 110px;
	left: 0px;
	width: 121px;
}

/* -------------------------- Left_Col Styles --------------------------------------------------------- */
#left_col {
	border-width: 1px;
	border-style: none;
	padding: 1px;
	margin-top: 153px;
	background: #000033;
	width: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 910px;
	text-align: center;
	border-top-color: #808080;
	border-right-color: #808080;
	border-left-color: #808080;
}

/* -------------------------- Page_Content Styles --------------------------------------------------------- */
#page_content {
	
	margin-left: 128px;
	margin-right: 170px;
	margin-bottom: 0px;
	padding: 15px 5px 15px 5px;
	min-height: 890px;
	background-color: white;
	text-align: left;
	width: 655px;
}

#right_col {
	padding: 3px;
	margin-top: 153px;
	background: #000033;
	border: 1px none #808080;
	width: 150px;
	position: absolute;
	right: 3px;
	top: 0px;
	min-height: 910px;
}
/* -------------------------- Footer Styles --------------------------------------------------------- */
#footer {
	margin: 0px auto 0px auto;
	width:955px;
	clear: both;
	height:60px;
	background-color: #000033;
	color: #000033;
	border-top: 1px;
	border-top-color: gray;
	border-top-style: outset;
}
#footnote {
	font-size: .8em;
}

