﻿html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #FFF url("/Media/Images/bgCheckered.jpg") repeat center top;
	color: #666;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}

#Header {
	border-top: solid 2px #35BEED;
	margin: 0 auto;
	width: 758px;
	height: 104px;
}

#SiteWrapper {
	background: #FFF url("/Media/Images/bgShadow.jpg") repeat-y center top;
	margin: 0 auto;
	width: 800px;
}

#ContentArea {
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	width: 738px;
	min-height: 15em;
}

#Content {
	float: left;
	width: 533px;
}

#Sidebar {
	border-left: solid 1px #CCC;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	width: 190px;
	min-height: 15em;
}

#Footer {
	background-color: #8D8D8D;
	border-bottom: solid 2px #35BEED;
	color: #FFF;
	font-size: 0.7em;
	clear: both;
	margin: 0 auto;
	padding: 0.5em 5px;
	width: 748px;
}


h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0.25em;
}

h1 {
	border-bottom: dotted 2px #35BEED;
	color: #35BEED;
	font-size: 1.2em;
}

h2 {
	border-bottom: solid 1px #000;
	color: #000;
	font-size: 1.1em;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

a {
	color: #35BEED;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}