/*
	controls font for entire document
*/
body {
	background-color: #007c84;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.5em;
	margin-top: 0;
	color: #554E3A;
}
/*
	active links for entire document 
*/
a {
	text-decoration: underline;
	color: #5F5946;
}
a:hover {
	color: #BDB499;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*
	if you want a special color for the headers please add them here.  SYNTAX: color: #000000;
*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 1.1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #005157;
	line-height: 1.2em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #005157;
	line-height: 1.25em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.photo_right {
	float:right;
	margin: 10px 0px 10px 10px;
}
.photo_left {
	float: left;
	margin: 10px 10px 10px 0px;
}
#siteContainer {
	margin: 0 auto;
	width: 952px;
}
#sitHeader {
	width: 952px;
}
#siteHeaderLeft {
	float: left;
}
#siteHeaderRight {
	float: left
}
#cssMenu1 {
	background-image:url(images/menu_background.jpg);
	padding-left: 59px;
	padding-right:61px;	
	float: left;
	width: 952px;
}
#siteMenuSpacer {
	float: left;
	background-image: url(images/tab_spacer.jpg);
	height: 18px;
}
#mainContent {
	clear: left;
	display: table;
}
#mainContentRowOne {
   display: table-row;
}
#mainContentLeft {
	background-image: url(images/mainContentLeft_bg.jpg);
	display: table-cell;
	vertical-align: top;
	width: 407px;
}
#mainContentMiddle {
	background-color:#ffffff;
	display: table-cell;
	padding: 20px;
	vertical-align: top;	
	width: 455px;
}
#mainContentMiddle h2 + p {
	margin-top: 0px;
}
#mainContentRight {
	background-image: url(images/rt_side.jpg);
	display: table-cell;
	vertical-align: top;	
	width: 49px;
}
#siteFooter {
	clear: left;
	float: left;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.warningMsg {
	color: #FF0000;
}
