﻿/* CSS layout */
body {
	font-family:"Trebuchet MS", "Arial";
	font-size: 90%;	
	background-color:#EAE7DF;
	margin: 0;	
}

h1
{
	font-size: 200;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

h2
{
	font-size: 150;
	margin: 0 0 0.1em 0;
	font-weight: bold;
}
	
p
{
	margin: 0 0 0.1em 0;
	line-height: 1.5em;
}

.PageContainer
{
	margin: 0 auto 0 auto;
	width: 1024px;
	background-color:#F8F6F1;		
	
	border-left-width: thin;	
	border-left-style: outset;
	border-left-color: #BFD5B3;

	border-right-width: thin;	
	border-right-style: outset;
	border-right-color: #BFD5B3;

	border-top-width: thin;	
	border-top-style: outset;
	border-top-color: #BFD5B3;

	border-bottom-width: thin;	
	border-bottom-style: outset;
	border-bottom-color: #BFD5B3;
	
}

.PageTopHeader
{
	height: 20px;
	background-position: top left;
	
	background-color: #BFD5B3;
	padding: 0.5em 2em 0.5em 2em;
	overflow: auto;	
	font-weight:bold;	
	
	border-left-width: thin;	
	border-left-style: outset;
	border-left-color: #BFD5B3;

	border-right-width: thin;	
	border-right-style: outset;
	border-right-color: #BFD5B3;

	border-top-width: thin;	
	border-top-style: outset;
	border-top-color: #BFD5B3;

	border-bottom-width: medium;	
	border-bottom-style: outset;
	border-bottom-color: #BFD5B3;
	
}

.PageHeader
{
	height: 120px;

	background-position: top left;
	background-repeat: repeat-x;	
	
	border-left-width: thin;	
	border-left-style: outset;
	border-left-color: #BFD5B3;

	border-right-width: thin;	
	border-right-style: outset;
	border-right-color: #BFD5B3;

	border-top-width: medium;	
	border-top-style: outset;
	border-top-color: #BFD5B3;

	border-bottom-width: medium;	
	border-bottom-style: outset;
	border-bottom-color: #BFD5B3;
}
.PageFooter
{	
	height: 60px;	
	clear: both;
}

.PageSubFooter
{	
	background-repeat: repeat-x;
	height: 60px;	
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
}


.ContentContainer, .SideColumn
{
	padding: 2em;	
	background-repeat: repeat-x;
}

.Navigation
{		
	background-color: #BFD5B3;
	padding: 0.5em 2em 0.5em 2em;
	overflow: auto;	
	font-weight:bold;	
	
	border-left-width: thin;	
	border-left-style: outset;
	border-left-color: #BFD5B3;

	border-right-width: thin;	
	border-right-style: outset;
	border-right-color: #BFD5B3;

	border-top-width: medium;	
	border-top-style: outset;
	border-top-color: #BFD5B3;

	border-bottom-width: thin;	
	border-bottom-style: outset;
	border-bottom-color: #BFD5B3;

	
}

.Navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.Navigation ul li
{
	float: left;
	margin: 0 2em 0 0;
}

.Navigation ul li a
{
	color: black;
	text-decoration: underline;
}

.ContentContainer
{	
	float: left;
	width: 600px;	
}

.SideColumn
{
	float: right;
	width: 500px;
}


