/* CSS Document */

body	{
	margin:0px;
	min-width: 760px;
	background-color: #FFFFFF;
}

#header {
	position:absolute;
	width:100%;
	height:53px;
	z-index:2;
	border: 0px none;
	visibility: visible;
	background-color: #7A2AA0;
}
.logo {
	text-align: right;
	float: left;
	position: absolute;
	padding-left: 5px;
}

.headerText {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CCCCCC;
	width: 451px;
	top: 12px;	
	right: 97px;
	position: absolute;
}

#mainMenu {
	width:100%;
	height:25px;
	position: absolute;
	visibility: visible;
	top: 53px;
	z-index: 3;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 15px;
	background-color: #000000;
}

.mainMenulink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
	vertical-align: bottom;
}
.mainMenulink {	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: .7em; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none; vertical-align: bottom;}
a.mainMenulink:active {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: .7em; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none; vertical-align: bottom;}
a.mainMenulink:hover {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: .7em; font-style: normal; font-weight: bold; color: #D490FF; text-decoration: none; vertical-align: bottom;}
a.mainMenulink:link {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: .7em; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none; vertical-align: bottom;}
a.mainMenuSelected {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: .7em; font-style: normal; font-weight: bold; color: #D490FF; text-decoration: none; vertical-align: bottom;}

#bodyContent {
	position: absolute;
	visibility: visible;
	top: 78px;
	width: 90%;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.1em;
	left: 15px;
	right: 30px;
}

.bodyTextIntro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	color: #000000;
	line-height: 1.3em;
}

.bodypic {
	text-align: left;
	float: right;
	position: relative;
	padding-left: 12px;
}

#footerHolder {
	position:absolute;
	width:111%;
	height:31px;
	z-index:2;
	border: 0px none;
	visibility: visible;
	left: -15px;
	clear: both;
}

#footerPurple {
	position:absolute;
	width:100%;
	height:25px;
	z-index:2;
	border: 0px none;
	visibility: visible;
	background-color: #7A2AA0;
}

#footerBlack {
	position:absolute;
	width:100%;
	height:6px;
	z-index:2;
	border: 0px none;
	visibility: visible;
	background-color: #000000;
	top:25px
}

.subMenulink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
}
a.subMenulink:active {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1em; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none; }
a.subMenulink:hover {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1em; font-style: normal; font-weight: bold; color: #000000; text-decoration: none; }
a.subMenulink:link {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 1em; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none; }
a.subMenulink:visited {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 1em; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none; }

.lightWhiteLink {
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
}


.bodyFormat {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}
