body {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 20px;
	background-color: #7B86B9;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;

}

a {

	text-decoration:none
}

a:link {
	color: #FFbb00;
}

a:visited {
	color:#C2A6FF;
}
a:active {
		color:#FFCC00;
}
a:hover {
	color:#72B49C;

}
h1 {
	color: #72B49C;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;

}
h2 {
	background-color: #57658E;
	padding: 0.2em 0.4em;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 2.2em;
	margin-bottom: 2.2em;



}
#branding {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;


}

#nav1 {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 15px;
	text-align: left;
	width: 20%;
	background-image: url(images/bg_logo_paler.gif);
	background-repeat: no-repeat;
	background-position: right bottom;





}

#nav1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#nav1 ul li {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #64DEAF;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	white-space: nowrap;
	height: 41px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	padding: 3px;





}
/* Alternative to UL: */
#nav1 td {
	background-color: #64DEAF;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	white-space: nowrap;
	height: 41px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;


}


#nav1 a {
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;


}
#nav1 a:link {
	color: #000000;

}
#nav1 a:visited {
	color: #000000;

}
#nav1 a:active {
	color: #CC0000;

}
#nav1 a:hover {
	color: #CC0000;

}

#contentArea {
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 11pt;





}
h3 {
	color: #72B49C;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2.2em;
	margin-bottom: 2.2em;


}
.specialQuote {
	color: #000099;
	background-color: #8AC4AE;
	padding: 1em;
	border: 2px solid #FFbb00;
	font-size: 0.9em;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 2.2em;
	margin-bottom: 2.2em;
	background-image: url(images/quote_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;


}

.specialQuote hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border: none;


}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}
#footerMenu {
	text-align: center;
	font-size: 0.8em;


}
.rightImage {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #ffffff;
}
.leftImage {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #ffffff;
}
hr {
	background-color: #ffbb00;
	height: 3px;
	color: #ffbb00;
	border: none;
}
