@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #442561;
	background-image: url(../images/indexBodyBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#indexWrapper {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 1px;
}

#indexheader {
	position:relative;
	width:750px;
	height:150px;
	background-color: #550275;
}
#indexheader h1 {
	background-color: #550275;
	background-image: url(../images/indexheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 150px;
	width: 750px;
}

#indexPageYellowBar {
	position:relative;
	width:750px;
	height:20px;
	float: left;
}
#indexPageTopNavContainer {
	float: left;
	height: 42px;
	width: 750px;
	position: relative;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#indexNavLeft {
	position:relative;
	width:200px;
	float: left;
	height: 42px;
	background-color: #FFFFFF;
	background-image: url(../images/indexNavLeftBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 1px;
}
#indexNavLeft a:link, #indexNavLeft a:visited {
	display: block;
	height: 47px;
	width: 200px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../images/indexNavLeftBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#indexNavLeft a:hover, #indexNavLeft a:active {
	display: block;
	height: 47px;
	width: 200px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../images/indexNavLeftBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#indexNavRight a:link, #indexNavRight a:visited {
	display: block;
	height: 47px;
	width: 200px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../images/indexPageRightNavBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#indexNavRight a:hover, #indexNavRight a:active {
	display: block;
	height: 47px;
	width: 200px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(images/indexPageRightNavBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#indexPageNavCenter {
	position:relative;
	width:348px;
	height:42px;
	float: left;
	background-color: #FFFFFF;
}


#indexNavRight {
	position:relative;
	width:200px;
	height:42px;
	float: left;
	background-color: #570276;
	background-image: url(../images/indexPageRightNavBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#indexPageCenterContent {
	position:relative;
	width:527px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#indexPageCenterContent p {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 85%;
	text-align: justify;
	margin-bottom: 1.3em;
	line-height: 1.3em;
	padding-right: 20px;
	padding-left: 10px;
}
#indexPageCenterContent em {
	color: #006600;
	font-weight: bold;
	font-style: normal;
}

#indexPageCenterContent p.testimonialquote {
	font-style: italic;
	color: #662E0A;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 90%;
	text-align: left;
}
#indexPageCenterContent p.testimonial-name {
	color: #006600;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1em;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: right;
	font-size: 90%;
	margin-right: 50px;
}

#indexPageLeftCol {
	position:relative;
	width:200px;
	float: left;
	background-image: url(../images/indexLeftColTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	background-color: #CAE2A4;
	padding-top: 5px;
	margin-left: 2px;
}
#indexPageLeftCol img {
	margin-top: 12px;
	margin-right: 0px;
	padding: 0px;
}
/*#indexPageLeftCol .sidebarImage {
	margin-left: -4px;
	margin-top: 10px;
}*/

#indexLeftColBottom {
	position:relative;
	width:199px;
	height:74px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
#indexPageFooter {
	background-color: #CCCCCC;
	clear: left;
	float: left;
	width: 750px;
	height: 20px;
}
#indexPageFooter p {
	font-size: 0.7em;
	color: #333333;
	margin-top: 5px;
	padding-top: 0px;
}
#indexPageFooter a {
	text-decoration: none;
	color: #333333;
}

h1 {
	font-size: 1.2em;
	color: #550074;
	padding-bottom: 0em;
	margin-top: 0.75em;
	padding-left: 0.5em;
	text-align: center;
	margin-bottom: .5em;
}
h2  {
	font-size: 1em;
	color: #550074;
	padding-bottom: 0em;
	margin-top: 0.25em;
	text-align: left;
	margin-right: 3em;
	padding-left: 10px;
	margin-bottom: 0em;
}
h3 {
	font-size: 95%;
	padding-left: 10px;
	color: #550074;
	margin-bottom: 0.25em;
	padding-top: 0em;
	text-decoration: underline;
}
h4 {
	font-size: 0.9em;
	text-align: center;
	margin-top: 0px;
	background-color: #E2FDB7;
}
h5 {
	font-size: 1.1em;
	color: #550074;
	text-align: center;
}
h6 {
	margin-bottom: -0.5em;
	font-size: 1em;
	margin-left: 150px;
	color: #006600;
	padding: 0px;
}

#indexPageCenterContent .pullqRight {
	font-size: 150%;
	text-align: center;
	width: 40%;
	float: right;
	background-color: #F2F0FA;
	line-height: 1.5em;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #41297B;
	border-bottom-color: #41297B;
	font-size: 1em;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	color: #41297B;
	font-style: italic;
	margin-top: .2em;
	font-weight: bold;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
.indexPageContactBox {
	float: left;
	width: 250px;
	margin-left: 5px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
	clear: none;
	background-image: url(../images/indexPageContactBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.indexPageContactBox h2 {
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 250px;
	height: 27px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/indexPageContactBoxTop.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#indexPageCenterContent .indexPageContactBox p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
}
#indexPageCenterContent  .index   {
	font-weight: bold;
	color: #442561;
}
#indexPageCenterContent .indexPageContactBox a {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}
#indexPageCenterContent .indexPageContactBox a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #550074;
}

#indexPageCenterContent .indexPageContactBox .indexPageSiteLink {
	color: #550074;
	text-decoration: underline;
}
#indexPageCenterContent .indexPageContactBox .indexPageSiteLink:hover {
	
	color: #006600;
	text-decoration: underline;
}

#indexPageCenterContent .indexPageContactBox .indexPageContactBoxBold {
	font-weight: bold;
	color: #550074;
	font-size: 1em;
}
#indexPageCenterContent p  {
	text-align: justify;
}
.sitemap   {
	text-align: center;
	color: #442561;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 170px;
	margin-top: 15px;
}
.sitemap a:link, .sitemap a:visited {
	color: #442561;
	font-weight: bold;
}

.sitemap a:hover, .sitemap a:active {
	color:#060
	}
