/* top right bottom left */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background: #B5B293;
}

#header
{
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 194px;
	background-image: url('../images/header.jpg');
}

	#header #date
	{
		position: absolute;
		bottom: 10px;
		right: 60px;
		color: #FFFFFF;
	}

#wrapper
{
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#right
{
	width: 200px;
	padding: 10px;
	background: url('../images/right_bg.jpg') repeat-x top;
	float: right;
	margin: 18px 10px 10px 30px;
}

#content
{
	margin: 15px 30px 30px 30px;
	clear: left;
}

	#content p
	{
		line-height: 160%;
	}
	
	#content ol
	{
		line-height: 160%;
	}
	
	#content ol li
	{
		margin-bottom: 10px;
	}
	
	#content ul
	{
		list-style-image: url('../images/bullet.jpg');
		line-height: 160%;
	}
	
	#content ul.square
	{
		list-style-image: url('../images/square_bullet.jpg');
		line-height: 160%;
	}

#footer
{
	clear: both;
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100px;
	background-image: url('../images/footer.jpg');
}

	#footer #copyright
	{
		position: absolute;
		top: 12px;
		right: 60px;
		color: #FFFFFF;
		font-size: 7pt;
		text-align: right;
	}

#contactUs
{
	width: 230px; 
	float: right;
}

	#contactUs td, #contactUs th
	{
		font-size: 8pt;
	}
	
	#contactUs input
	{
		width: 98%;
		font-size: 8pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#contactUs textarea
	{
		height: 100px;
		width: 98%;
		font-size: 8pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1, h2
{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #D64226;
}

h2
{
	font-size: 16px;
}

th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

hr
{
	border: 0px;
	height: 3px;
	width: 100%;
	color: #D64226;
	background-color: #D64226;
}

img
{
	border: 0px;
}

a, a:visited, a:active
{
	color: #B5B293;
	font-weight: bold;
}

.small
{
	font-size: 8pt;
}

.quote
{
	line-height: 32px;
	text-align: center;
}