body {
	padding: 0;
	text-align: center;
	color: #322640;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #bf92ca;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bg.jpg);
}
.cosmic #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px dotted #74528E;
}
.cosmic #header {
	background: #FFFFFF;
	height: 185px;
}
.cosmic #subheader {
	height: 31px;
	background-color: #775690;
	background-image: url(../images/navbar.jpg);
	padding-top: 10px;
	padding-left: 35px;
	color: #FFFFFF;
	word-spacing: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 50px;
}
.cosmic #mainContent {
	background: #FFFFFF;
	line-height: 24px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 35px;
}
.cosmic #footer {
	padding: 0 10px;
	text-align: center;
	background-color: #B093C1;
	background-image: url(../images/bg_footer.jpg);
}
.cosmic #footer p {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	color: #FFF;
	word-spacing: 20px;
	letter-spacing: 1px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D7CADF;
}
a:hover {
	text-decoration: none;
	color: #fbef65;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.page:link {
	color: #532973;
	text-decoration: none;
}
a.page:visited {
	text-decoration: none;
	color: #532973;
}
a.page:hover {
	text-decoration: none;
	color: #FF9300;
}
a.page:active {
	text-decoration: none;
	color: #532973;
}
h1 {
	font-size: 28px;
	color: #321845;
}
h2 {
	font-size: 22px;
	color: #5D357B;
}
h3 {
	font-size: 18px;
	color: #704E8B;
}
.firstpara_text {
	font-size: 15px;
	color: #55416D;
}
.heading_text {
	font-size: 18px;
	font-weight: bold;
	color: #FF9300;
}
.signoff_text {
	font-size: 11px;
	font-style: italic;
}

