/* CSS Document */
/*=============================*/
/*AGHA Container Styles */
/*=============================*/

/* Styles the container with normal text, large white heading and transparent background */
.plainContainerWrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.plainContainerTitle {
	width: 100%;
}
.whiteContainerWrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	/*background-color: #FEFDFB;*/
}
.blueContainerWrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 1px;
	background-color: #F1F4F8;
	padding: 5px;
}
.blueContainerWrapper a:link, .blueContainerWrapper a:visited, .blueContainerWrapper a:active {
	text-transform: None;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	/*line-height: 26px;*/
	color:#3468A3;
	text-align: left;
	font-weight: normal;
	}
.blueContainerWrapper a:hover {
    color:#D76600;
	text-decoration: none;
}
.orangeTextContainer {
	padding: 5px;
	background-color: #FEFDFB;
}
.orangeContainerTitle{
	background-image: url(Images/orangeHead.gif);
	background-repeat: no-repeat;
	height: 58px;
	padding: 35px 0px 0 5px;
}
html>body  .orangeContainerTitle {
	height: 22px;
}
.orangeTextContainer H4{
	color: #9F1400;
	text-transform: none;
}
.greenTextContainer {
	padding: 5px;
	background-color: #FEFDFB;
}
.greenContainerTitle{
	background-image: url(Images/greenHead.gif);
	background-repeat: no-repeat;
	height: 58px;
	padding: 35px 0px 0 5px;
}
html>body  .greenContainerTitle {
	height: 22px;
}
.greenTextContainer H4{
	color: #D7DF23;
	text-transform: none;
}
.purpleTextContainer {
	padding: 5px;
	background-color: #FEFDFB;
}
.purpleContainerTitle{
	background-image: url(Images/purpleHead.gif);
	background-repeat: no-repeat;
	height: 58px;
	padding: 35px 0px 0 5px;
}
html>body  .purpleContainerTitle {
	height: 22px;
}
.purpleTextContainer H4{
	color: #6B6887;
	text-transform: none;
}
.tealTextContainer {
	padding: 5px;
	background-color: #FEFDFB;
}
.tealContainerTitle{
	background-image: url(Images/tealHead.gif);
	background-repeat: no-repeat;
	height: 58px;
	padding: 35px 0px 0 5px;
}
html>body  .tealContainerTitle {
	height: 22px;
}
.tealTextContainer H4{
	color: #36BCDC;
	text-transform: none;
}
.pinkTextContainer {
	padding: 5px;
	background-color: #FEFDFB;
}
.pinkContainerTitle{
	background-image: url(Images/pinkHead.gif);
	background-repeat: no-repeat;
	height: 58px;
	padding: 35px 0px 0 5px;
}
html>body  .pinkContainerTitle {
	height: 22px;
}
.pinkTextContainer H4{
	color: #E7509A;
	text-transform: none;
}
.goldTextContainer {
	padding: 5px;
	background-color: #FEFDFB;
}
.goldContainerTitle{
	background-image: url(Images/goldHead.gif);
	background-repeat: no-repeat;
	height: 58px;
	padding: 35px 0px 0 5px;
}
html>body  .goldContainerTitle {
	height: 22px;
}
.goldTextContainer H4{
	color: #EBDE4A;
	text-transform: none;
}
.largeContainerWrapper {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
.largeContainerWrapper h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 54px;
	line-height: 80px;
	text-align: left;
	color:#FFFFFF;
	letter-spacing: 0;
}
.largeContainerWrapper a:link, .largeContainerWrapper a:visited, .largeContainerWrapper a:active {
	text-transform: None;
	color: #D76600;
	}
.largeContainerWrapper a:hover {
    color:#D76600;
	text-decoration: underline;
}