body	{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	background-image: url(/images/backgrounds/content_background.gif);
	background-repeat: repeat-y;
	}

#wrapper {
	width: 100%;
	min-width: 800px;
	background-image: url(/images/backgrounds/content_background.gif);
	}


#header	{
	background-image: url(/images/backgrounds/header_background.gif);
	padding: 0px;
	background-repeat: repeat-x;
	}

#logo {
	float: left;
	width: 155px;
	}

#welcome {
	width: 80%;
	margin-left: 155px;
	text-align: center;
	}

#navigation {
	clear: both;
	min-width: 700px;
	background-color: #FDF3CA;
	margin-left: 55px;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 60;
	width: 97%;
}

#content {
	width: 100%;
	float: left;
	min-width: 800px;
	z-index: -5;
	}

#contentLeft	{
	float: left;
	width: 90%;
	background-color: #FDF3CA;
	margin-bottom: 10px;
	margin-left: 60px;
	min-width:700px;
	z-index: -10;
	margin-top: 20px;
	}


#footer	{
	clear: both;
	padding-left: 55px;
	text-align: center;
	font-size: 12px;
	padding-top: 50px;
	}

.contentRight {
	float:right;
	width: 410px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	z-index: 0;
}

.rightPadding {
	padding-right: 30px;
}

.redBigText {
	font-family: "Times New Roman", Times, serif;
	color: #B4433A;
	font-size: 18px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

.contactInfo {font-size: 21px; color: #000066; }


/* ------------- FORMS  ------------ */
input.btn {
	color:#44578A;
	background-color:#EEBF35;
	border: 1px solid;
	border-color: #44578A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	} 
/* ------------- FORMS  ------------ */.btnClickHere {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: sub;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.imageBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
