﻿body
{
	width: 750px;
	font-family: Verdana;
	color: White;
	position: relative;
	background-color: #74a5f4;
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

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;
	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: 295px;
	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: 50px;
	background-image: url(copyright.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.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 #4b73b5;
}

.textarea
{
	width: 396px;
	height: 200px;
	border: solid 1px #4b73b5;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #315892;
	background-color: #abcafb;
}

.textbox
{
	width: 200px;
	height: 13px;
	border: solid 1px #4b73b5;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #315892;
	background-color: #abcafb;
}

.fieldLeft
{
	float: left;
	width: 119px;
	margin-top: 10px;
	background-color: #568ee9;
	padding: 10px;
	font-size: 12px;
	margin-right: 1px;
	text-align: left;
}

.fieldRight
{
	float: left;
	width: 268px;
	margin-top: 10px;
	background-color: #6197ee;
}