﻿@import url('screen_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 {
	margin: 0px auto 0px auto;
	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 {
	width: 955px;
	margin: 0 auto;
	border: 5px outset gray;
	background-color: #CCFFCC;
	float: none;
}
#masthead {
	height: 168px;
	background-image: url('../images/20070930_fall_colours-(117)-Edit-Edit.jpg');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	width:955px;
}
#awmAnchor-menu {
	margin-left: 150px
}
#left_col {
	float: left;
	width: 120px;
	height: 500px;
	padding: 5px;
}
#page_content {
	min-height: 400px;
	margin-left: 125px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
}
#footer {
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	background-color: #CCFFCC;
	color: #003300;
	width: 900px;
	clear: both;
	font-size: 1em;
	border-top-style: solid;
	border-width: 1px;
	border-color: #808080;
}

