﻿@import url('appearance.css');
/* CSS layout */
#executive {
	font-family: "Lucida Sans", Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.5em;
	width: 400px;
	list-style-position: inside;
	margin-left: 200px;
}
#executive li {
	padding: 5px;
	margin: 5px;
	border: medium outset #999999;
	background-color: #003300;
	color: #FFFFFF;
	text-align: center;
	display: block;
	list-style-type: none;
}

body {
	background: #003300;
	color:#003300;
	font-family: Arial, Helvetica, sans-serif;
	
}
/*LINKS*/
a:link {
	color: #006600;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	font-size: 1em;
}
a:hover
{
	color: red; 
} 

a:visited
{
	color: #008000;
}
a:active 
{
	color: red;
}

#container {
	position:  relative;
	width: 955px;
	margin: 0 auto;
	border: 1px;
	border-color: gray;
	border-style: outset;
	background-color: #CCFFCC;
	
}

#masthead {
	height: 168px;
	background-image: url('../images/20070930_fall_colours-(117)-Edit-Edit.jpg');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#awmAnchor-menu {
	margin-left: 150px
}

#left_col {
	position: relative;
	float: left;
	width: 140px;
	height:500px;
	top: 320px;
	padding: 5px;
}

#page_content {
	min-height: 400px;
	margin-left: 145px;;
	width: 790px;
	margin-right: 1px;
	padding: 5px;
	
	
}

#footer {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	background-color: #CCFFCC;
	color: #003300;
	width: 900px;
	clear: both;
	font-size: 1em;
}
#footer p{
	color: #003300;
	font-size: .8em;
}

