﻿body 
{
	background-color: #DCDCDC;
	font-family: Calibri, Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0;
	color: #668092;
}

a, a:active, a:visited 
{
	text-decoration: none ! important;
	color: #668092 ! important;
}
a:hover 
{
	text-decoration: underline ! important;
	color: #668092 ! important;
}
#header 
{
	height: 120px;
	background-color: #668092;
	margin: 0 0 5px 0;
}
#footer 
{
	height: 40px;
	background-color: #668092;
	margin: 5px 0 0 0;
	clear: both;
}
#container 
{
	position: relative;
	width: 750px;
	margin: auto;
	background-color: White;
}
#bodycontainer 
{
	margin: 5px 5px 5px 5px;
	background-color: White;
}
#slidecontainer 
{
	text-align: center;
}
.sitemenu
{
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 18px;
}
.sitemenu a, sitemenu a:active, sitemenu a:visited
{
	color: White ! important;
	font-weight: bold;
}
.sitemenu a:hover
{
	color: White ! important;
	text-decoration: underline;
	font-weight: bold;
}
.siteName 
{
	color: White;
	position: absolute;
	left: 600px;
	top: 70px;
	font-size: 48px;
}
.pageName 
{
	color: White;
	position: absolute;
	top: 70px;
	left: 20px;
	font-size: 48px;
}
#copyRight 
{
	color: White;
	padding-top: 25px;
	padding-left: 10px;
	font-size: 12px;
}
#defaultContent 
{
	padding: 10px;
}
.topAlignCell 
{
	vertical-align: top;
	padding: 10px;
}