﻿body
{
	font-family: Verdana;
	color: White;
	position: relative;
	background-color: #bcc7a0;
	padding: 0px 0px 0px 0px;
}

#Content
{
	width: 750px;
	position: relative;
	margin: 50px auto 0px auto;
}

h1
{
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
}

h5
{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
}

#Square1
{
	width: 250px;
	height: 125px;
	margin-right: 1px;
	float:left;
	margin-bottom: 1px;
	background-image: url(square1_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#Square2
{
	width: 499px;
	height: 125px;
	float:left;
	margin-bottom: 1px;
	background-image: url(square2_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#Square3
{
	width: 250px;
	margin-right: 1px;
	height: 150px;
	float:left;
	background-image: url(square3_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#Square4
{
	width: 250px;
	height: 120px;
	padding-top: 30px;
	margin-right: 1px;
	float:left;
	clear:left;
	background-image: url(square4_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#Square4 .menuItem
{
	width: 250px;
	font-size: 9px;
	text-transform: uppercase;
	height: auto;
	line-height: 30px;
	color: White;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
	text-decoration: none;
	height: 30px;
	background-color: Transparent;
}

#Square4 .menuItem a
{
	background-image: none;
}

#Square4 .menuItemHover
{
	background-image: url(menuitem_hover_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#Square4 .menuItemSelected
{
	background-image: url(menuitem_selected_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	letter-spacing: 1px;
}

#Square5
{
	position: relative;
	width: 499px;
	height: 700px;
	float:right;
	margin-bottom: 2px;
	background-image: url(square5_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


#Square5 h2
{
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

#Square5 h3
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

#Square6
{
	position: relative;
	width: 499px;
	height: 20px;
	float: right;
	margin-top: 20px;
	background-image: url(copyright.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 25px;
}

.thumb
{
	border: 0px;
	margin-right: 15px;
	margin-bottom: 15px;	
}

.button
{
	width: 104px;
	height: 27px;
	background-image: url(button_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: White;
	font-size: 11px;
	border: 0px;
}

.buttons
{
	border-top: solid 1px #99ab75;
}
.textarea
{
	width: 396px;
	height: 200px;
	border: solid 1px #99ab75;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #315892;
	background-color: #dfe3d5;
}

.textbox
{
	width: 200px;
	height: 13px;
	border: solid 1px #99ab75;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #315892;
	background-color: #dfe3d5;
}


.fieldLeft
{
	float: left;
	width: 119px;
	margin-top: 10px;
	background-color: #a4bd79;
	padding: 10px;
	font-size: 12px;
	margin-right: 1px;
	text-align: left;
}

.fieldRight
{
	float: left;
	width: 268px;
	margin-top: 10px;
	background-color: #aec189;
	height: 24px;
	text-align: left;
}

.tooltip
{
	padding: 10px;
}

.tooltip p
{
	line-height: 15px;
	margin-top: 8px;
}