@charset "UTF-8";

/* Shell Layout */
.header {
	background-image: url(images/headerGradient.gif);
	background-repeat: repeat-x;
	background-color: #3D67B0;
	height: 20px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	/*width: 800px;*/
}
.shellBody {
	height: 655px;
	width: 800px;
}
.bgGradient {
	background-image: url(images/bgGreenGradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.leftShadow {
	background-image: url(images/bottomLeftBgShadow.gif);
	background-repeat: repeat-y;
}
.rightShadow {
	background-image: url(images/bottomRightBgShadow.gif);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(images/footerBgGradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3D67B0;
	height: 100px;
}
.navBox {
	height: 100%;
	width: 225px;
}
.contentBox {
	background-color: #ECF5D9;
	width: 575px;
}

/* Links  */




.headerLinks {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.class1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.class1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.class1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.class1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}



.class2 a:link {
	color: #00FF00;
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
	color: #00FF00;
}
.class2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.class2 a:active {
	text-decoration: none;
	color: #FF0000;
}
/*end links*/


/* sublinks */
.sublinkGroup {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sublink a:link {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-style: italic;
	color: #273770;
	color: #999999;
	text-decoration: none;
}

.sublink a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-style: italic;
	color: #273770;
	text-decoration: none;
	color: #999999;
}
.sublink a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-style: italic;
	color: #273770;
	text-decoration: underline;
	color: #406AB4;
}
.sublink a:active {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-style: italic;
	color: #273770;
	text-decoration: none;
	color: #999999;
}

.activeSublink {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-style: italic;
	color: #406AB4;
}

/* end sub links*/






/*Text */

.quoteBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	height: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
.heading1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 24px;
	font-style: italic;
	color: #273770;
}
.bodyText {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 30px;
}
.redText {
	color: #FF0066;
}
.regHeaders {
	font-size: 10px;
	color: #406AB4;
	background-color: #FFFFFF;
	
}


.footerText {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.formExampleText {
	font-size: 9px;
}
