/** SPLASH PAGE **/

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-position: center top;
	line-height: 28px;
	padding-left: 225px;
	padding-top: 160px;


/** MIDDLE SECTION **/
}
.middlewhite {
	background-color: #FFFFFF;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	width: 700px;


}

/** LINKS **/
A:link {
	text-decoration: none;
	font-weight: normal;
	color: #fcb040;
}

A:visited {
	text-decoration: none;
	font-weight: normal;
	color: #fcb040;
}

A:hover {
	text-decoration: none;
	font-weight: normal;
	color: #fcb040;
}

A:active {
	text-decoration: none;
	font-weight: normal;
	color: #fcb040;
}

/** TOP BAR **/
.topbar {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	position: relative;


}

.logo {
	float: left;
	padding-top: 20px;
	padding-left: 19px;
	padding-bottom: 20px;

}
.container {
	width: 700px;
	position: relative;
	height: 100px;
}


/** SECTION NAME - ORANGE BAR **/
.sectionname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background-color: #ffedd4;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;

}

/** MAIN BODY TEXT **/
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/amp.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 660px;
	padding-top: 10px;

}
.activelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.toplinks {
	float: right;
	position: relative;
	padding-top: 20px;

}
