﻿html, body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #eff2ed;
}

a:link
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	
}
#Container
{
	min-height: 100%;
	position: relative;
}
#Header
{
	background-image: url('images/tiles/banner.gif');
	height: 110px;
	background-repeat: repeat-x;
}
#Logo
{
	margin: 15px 30px 0px 15px;
	float: left;
}
#Title
{
	font-size: large;
	font-weight: bold;
	padding-top: 40px;
	white-space: nowrap;
}
#SubTitle
{
	font-style: italic;
	font-size: small;
}
#Menu
{
	background-image: url('images/tiles/navbar.gif');
	background-repeat: repeat-x;
	margin: 0px;
	clear: both;
	padding-top: 7px;
	height: 34px;
	white-space: nowrap;
}
#Content
{
	background-image: url('images/tiles/content.gif');
	background-repeat: repeat-x;
	padding: 10px 10px 50px 210px;
}
#Sidebar
{
	background-position: right;
	background-image: url('images/tiles/sidebar.gif');
	background-color: #CBD0C8;
	width: 190px;
	float: left;
	background-repeat: repeat-y;
}
#SidebarContent
{
	padding-left: 5px;
	font-size: small;
	padding-bottom: 40px;
}
#SidebarFooter
{
	background-position: bottom;
	background-image: url('images/tiles/sidebar_footer.gif');
	background-repeat: repeat-x;
	height: 6px;
	text-align: right;
}
#Footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url('images/tiles/footer.gif');
	background-repeat: repeat-x;
	font-size: x-small;
	padding-top: 15px;
	padding-bottom: 15px;
}
#FooterContent
{
	padding-left: 25px;
}
.ClearFloat
{
	clear: both;
}
