﻿*
{
	font-size: 1.0em;
}

body
{
	font-family: Verdana;
	background-color:#FFFFFF;
	color: #302e23;
	/*overflow-y: scroll;*/ /*Disabled as its adding extra scroll bars in IE6*/
}

form
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

h1
{
	color: #872f26;
	font-family: Georgia;
	font-size: 2.2em;		
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1em;
}

h2
{
	color: #872f26;
	font-family: Georgia;
	font-size: 1.8em;		
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 1em;
}

h3
{
	color: #872f26;
	font-family: Georgia;
	font-size: 1.5em;		
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.1em;
}

ul
{
	padding-left: 15px;	
	padding-bottom: 15px;
}

li
{	
	list-style: disc;
	padding-bottom: 5px;
}

a
{
	text-transform: uppercase;
	font-size: 0.75em;
	color: #eee7d5;
	font-weight: bold;
}

/** miscellaneous **/
.Right
{
	float: right;
}

.Left
{
	float: left;
}

.Clear
{
	clear: both;
}
