﻿HTML, BODY, FORM, DIV#containerBase, DIV#container1
{
	height:100%;
}
DIV#containerBase
{
	background-image:url(/Resources/Images/bgac.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
}
DIV#container1
{
	width:860px;
	margin:0 auto;
	background-color:#fff;	
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
DIV#header 
{
	padding:12px 0 6px 10px;
	background-color:#fff;
}
DIV.content 
{
	padding:25px;
	background-color:#fff;
}
DIV.feature 
{
	margin:18px 0 0 195px;
	
}

DIV#menu 
{
	background-color:#fff;
	border:solid 1px #cfcfcf;
	padding:7px 5px;	
	width:150px;
}
DIV#menu A 
{
	text-decoration:none;
	color:#333; /* bg blue */
	display:block;
	padding:2px 0 4px 4px;
	margin:0;
	border-bottom:solid 1px #ccc;	
}
DIV#menu A:hover 
{
	background-color:#00aeef;
	color:#fff;
}

/* Color Legend:

Orion blue:				#00aeef;
Brown bg:				#716558;
Field blue:				#1b75bb;