html {
	margin: 0;
	padding: 0;
	background: #F5FAF5;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/misc/backgroundTile.jpg);
	background-repeat: repeat-x;
}

#container {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 600px;
}

#header {
	margin: 0;
	padding: 0;
	display: block;
	width: 780px;
	height: 190px;
	display: none;
}

/**************** MENU STYLES *****************/

#mainMenu {
	width: 600;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: url(../images/misc/menuTile.jpg);
	display: none;
}

#mainMenu td {
	height: 70px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display: none;
}

/****************** PAGE CONTENT STYLES *******************/

#pageContent {
	padding: 0;
	margin: 0 60px 20px 0;
	float: right;
	text-align: left;
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}
#pageContent2 {
	padding: 0;
	margin: 0 0 15px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

#pageContent a {
	color: #0084AD;
	text-decoration: none;
}

#pageContent a:hover {
	color: #E28C22;
}

.subTitle {
	color: #338C26;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

.bigLink {
	color: #0084AD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.bigLink:hover {
	color: #E28C22;
}


/******************** FOOTER STYLES *********************/

#footer {
	margin: 0;
	padding: 0;
	display: block;
	width: 780px;
	height: 80px;
	background: url(../images/misc/footer.jpg);
	display: none;
}

#floatLeft {
	float: left;
	text-align: center;
	height: 80px;
	line-height: 80px;
	width: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

#floatLeft a {
	color: #0084AD;
	text-decoration: none;
}

#floatLeft a:hover {
	color: #E28C22;
}

#floatRight {
	margin: 0;
	padding: 14px 0 0 0;
	float: right;
	width: 492px;
	height: 80px;
	text-align: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}

#floatRight a {
	color: #0084AD;
	text-decoration: none;
}

#floatRight a:hover {
	color: #E28C22;
}



.pageTitle {
	margin: 0;
	padding: 20px 0 20px 0;
	display: block;
	color: #338C26;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
}

.pageCopy {
	margin: 0;
	padding: 0;
	display: block;
	width: 364px;
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

/********************** FORM STYLES ***************************/

#form {
	padding: 0;
	margin: 20px 0 0 0;
}

#form form {
	margin: 0;
	padding: 0;
}

#form fieldset {
	margin: 0 0 0 0;
	padding: 15px 5px 15px 5px;
	border: 1px solid #F5FAF5;
}
#form button {
	display: none;
}

#form legend {
	padding: 5px;
	margin: 0 0 0 5px;
	color: #0084AD;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: 1px solid #F5FAF5;	
}

#form label {
	margin: 0 7px 0 7px;
	padding: 0;
	float: left;
	width: 125px;
	height: 20px;
	line-height: 20px;
	color: #338C26;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.formField {
	margin: 0 0 7px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #338C26;
	background: #F5FAF5;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}


.orangeStar {
	font-weight: bold;
	color: #E28C22;
}
