﻿html 
{
	height: 100%;
}	


body {
	padding: 0px 10px 0px 10px;
	color: #444444;
	height: 100%;
	line-height: 2; 
}

p
{
	margin-bottom: 15px;
}

h1
{
	font-family: 'Trebuchet MS' , Verdana, Sans-Serif;
	font-weight: normal;
	color: #099db8;
	margin-bottom: 5px;
	font-size: 22pt;
}

li
	{
		margin-left: 50px;
		list-style-type: disc;
	}

h2 
{
	font-family: 'Trebuchet MS' , Verdana, Sans-Serif;
	font-size: 18px;
	color: #099db8;
	margin-top: 40px;
	margin-bottom: 0px;
}

#pageshadow
{
	padding: 0px;
	background-image: url('../graphics/dropshadows.jpg');
	width: 920px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}

#pagecontainer
{
	border-bottom: 0px #C0C0C0 solid;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	padding: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	margin-bottom: 0px;
	width: 900px
}

#navigation
{
	text-align: center;
	width: 100%
}


#maincontent
{
	border: 0px;
	padding: 50px;
	min-height: 600px;
	background-color: white;
}




#footer
{
	border-top: gray 1px solid;
	padding: 30px 50px 30px 50px;
}