.body {
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 98% 98%;
	margin-left: 1cm;
	margin-right: 1cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
}
a:link {
	color: #6482be;
	text-decoration: none
}
a:visited {
	color: #6482be;
	text-decoration: none
}
a:hover {
	color: #31b8e5;
	text-decoration: none
}
background {
	background-attachment: fixed;
	background-image: url(Watermark.jpg);
	background-repeat: no-repeat;
	background-position: 90% 100%;
	margin-left: 1cm;
	margin-right: 1cm;
}
.header {
color: #6482BE
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #6482BE;
}
.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6482be;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #6482be;
}
.headingpro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6482be;
}
.bodyleft {

	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 98% 98%;
	margin-left: 1cm;
	margin-right: 1cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
}
.menuSelect {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #6482BE;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.li {
	color:#FF0000;
}
.datasheetH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color:#660066;
}
.datasheetSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#660066;
}
.datasheetRH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#FF0000;
}
.datasheetPoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6482be;
}


#navlist li{
	display: inline;
	list-style-type: none;
}

#button li{
	display: inline;
	list-style-type: none;
	padding-right:5px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: auto;
	visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #660066;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: auto;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #edf3f3;
}
