﻿body{
	background-color:#A6CABA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	line-height:1.25em;
	margin:0px;
}

div.maincontainer
{
	width:900px;
	 margin-left: auto;
	 margin-right: auto;
}

div.header
{
	width:900px;
}
div.content
{
	width:900px;
	background-color:white;
	border-top:10px;
	border-top-color:#2E4E3F;
	border-top-style:solid;
	
	
}

div.leftsidebar
{ width:180px;
float:left;
margin-left:10px;
margin-top:10px;
	
}

div.mainmenu
{
	width:170px;
	font-size:12pt;
	font-weight:bold;
	color:white;

	
}

div.mainmenu a, div.mainmenu a:link
{
	display:inline-block;
	font-size:12pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
	height: 16px;
	width: 121px;
}

div.mainmenu a:hover
{display:inline-block;
	font-size:12pt;
	font-weight:bold;
	color: #F8D088;
	text-decoration:none;
}


div.blurb
{
	width:170px;
}

div.welcome
{
	width:680px;
	float:right;
	background-color:white;
	margin:15px;
}

div.footer
{
	width:900px;
	clear:both;
	font-size:8pt;
}

div.textbox
{
	width:150px;
	background-color:white;
	text-align:center;
	margin-left:8px;
	border:1px;border-color:black; border-style:solid;
}










