﻿@import url("layout.css");

body {
	
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		
		
		
	}
		
	
p
 
 .float-right    {float: right; padding-left: 20px ; padding-right: 20px; clear:both;}
 .float-left     {float: left;  padding-right: 20px ; padding-left: 20px; }
 .clear-right    {clear: right }
 .clear-left     {clear: left  }
 .clear-both     {clear: both  }

 
#container {
	width: 100%;		
	background-color: #fff;	
	text-align:center;
	background-color:silver;
}
#masthead {
	width: 876px;
	height:173px;
	background-color:#9cad7c;
	margin-right: auto;
	margin-left: auto;
	
}
#page_content {
	position: relative;
	width: 876px;	
	margin-left: auto;
	margin-right: auto;
	background-color:white;
		

	
}
#content {
	position: relative;
	float:left;
	width: 876px;
	text-align: left;	
	background-color:white;
}

	


#awmAnchor-menu  {
	width:150px;	
	float:left;
	
}		

#content_column	{

	width:500px;
	margin-left:150px;
	
	
}


#footer	{
	clear: both;
	color:white;
	background-color:#9cad7c;
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;	
	padding-top: 10px;
}



/* Masthead Styles */
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
/* Sidebar Styles */
#sidebar	{
	background-image:url('../graphics/sidebar_background.jpg');
	background-repeat: repeat-y;
	float:right;
	width:200px;
	height:auto;
	overflow:hidden;
	
	
}
#sidebar p {
	color: #555;
}
.sidebar_img {
	border:0px;
	border-color:white;
	
	
}
	
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	
}


