@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
 
}

img { border: none; padding: 0px 0px 0px 0px; }

body {
	background-color: #6b2669;
	background-image: url(../html_images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#starburst{
	width: 100%;
	
	background-image: url(../html_images/starburst.png);
	background-repeat: no-repeat;
	background-position:top;
	z-index:-2;
	margin: 0 auto;
	position: absolute;

	min-height: 1200px;
	height: auto !important;
	height: 1200px;
}
#wrapper{
	width: 100%;
	/*
	background-image: url(../html_images/starburst.png);
	background-repeat: no-repeat;
	background-position:top;
	
	z-index:-1;
	*/
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}
#headerNav {
	width: 980px;
	text-align: right;
	position: absolute;
	left:50%;
	margin-left:-490px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#headerNav a:link {
	color:#FFF;
	text-decoration: none;
}
#headerNav a:visited {
	color:#FFF;
	text-decoration: none;
}
#headerNav a:hover {
	color:#FFF;
	text-decoration: underline;
}
#logoContainer{
	margin: 0 auto;
	height: 175px;
	width: 980px;
	vertical-align:text-top;
}

#logo {
	height: 175px;
	display: block;
}
#topContent {
	width: 100%;
	height: 50px;
	background-color:#FFF;
	background-image: url(../html_images/contentTop.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 140px;
	z-index: -1;
}
#contentContainer {
	margin: 0 auto;
	width: 100%;
	top: 150px;
	
}
#whiteBg {
	background: #FFF;
	min-height:300px;
}
#content {
	margin: 0 auto;
	width: 980px;
	background: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	padding: 0px 0px 0px 0px;
}

#content a:link {
	color:#BF00BF;
	text-decoration: none;
}
#content a:visited {
	color:#BF00BF;
	text-decoration: none;
}
#content a:hover {
	color:#80007F;
	text-decoration: underline;
}

.rollover a{
	opacity:1;
	filter.alpha.opacity:100;
}
.rollover a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.leftNav {
	color:#ffffff;
	font-size:12px;
}

.leftNav a:link {
	color:#ffffff;
	text-decoration: none;
}
.leftNav a:visited {
	color:#ffffff;
	text-decoration: none;
}
.leftNav a:hover {
	color:#ffffff;
	text-decoration: underline;
}

#alignContent {
	margin-left: 0px;
	margin-right: 0px;
}

.title  {
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.contentTitle {
	color:#D618D9;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	
}
.subTitle {
	color:#D618D9;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	
}
.mainContent {
	color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

.mainContent a:link {
	color:#D618D9;
	text-decoration: none;
}
.mainContent a:visited {
	color:#D618D9;
	text-decoration: none;
}
.mainContent a:hover {
	color:#D618D9;
	text-decoration: underline;
}
.hopeTitle {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.hopeContent {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.footerContent {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.footerContent a:link {
	color:#FFF;
	text-decoration: underline;
}
.footerContent a:visited {
	color:#FFF;
	text-decoration: none;
}
.footerContent a:hover {
	color:#FFF;
	text-decoration: none;
}
#bottomContent {
	width: 100%;
	height: 30px;
	background-image: url(../html_images/contentBottom.png);
	background-repeat: repeat-x;
}

#main {
	margin: 0 auto;
	width: 980px;

