﻿body
{
	margin: 0;
	padding: 0;
	font-family:Arial,Tahoma,Verdana,sans-serif;
}

p,ul,ol,td,i
{
	font-size:10pt;
}

ul
{
	padding-left:20px;
}

h1
{
	font-weight:bold;
	font-size:12pt;
	color:#264889;
	margin-bottom:5px;
}

h2
{
	font-weight:bold;
	font-size:12pt;
	color:#264889;
}

h3
{
	font-family:Helvetica,sans-serif;
	font-weight:bold;
	color:#264889;
	text-decoration:none;
	font-size:10pt;
}

a
{
	color:#264889;
	text-decoration:none;
}

#page
{
	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align:left;
}

#header
{
	height:90px;
	background-image:url(Images/TopBackground.png);
	background-repeat:no-repeat;
	background-position: top left;
	position: relative;
}

#title
{
	position:relative;
}

h1.title
{
	padding:15px 0 0 10px;
	font-size:25px;
	margin:0;
	color:White;
	text-shadow:gray 2px 2px, white 0px 0px;
}

#menu
{
	position:absolute;
	bottom:0px;
}

#content
{
	margin-top: 10px;
}

#main
{
	margin:0 auto;
	width: 660px;
	float: left;
}

#sidebox
{
	margin:0 auto;
	width:230px;
	float:right;
}

#footer
{
	padding-top:10px;
	width:100%;
	clear:both;
	text-align:center;
}
