body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../images/tile.png) repeat-x;
	color: 000000;
	font: .8em/140% "Helvetica Neue", Arial, sans-serif;
}

body a {
	color: #4e3a5f;
	text-decoration: none;
	border-bottom: none;
}


body, img a, a img{
	text-decoration: none;
	border-bottom: none;
	border: 0;
}

.gentext {
	font-size: 0.85em;
	padding-left:10px;
	padding-right:15px;
	
	}
	
ol {
	font-size: 0.85em;
	padding-right:15px;
	}	

.bluetext {
	color:#2485b9;
	font-size: 0.85em;
	padding-left:10px;
	padding-right:15px;
	font-weight:bold;
	
	}	
	
.righttext {
	color: #4e3a5f;
	font-weight: regular;
	font-size: .8em;
	text-transform: uppercase;
	padding-right:40px;
}

.footertext{
	color: #ffffff;
	font-size: .8em;
	text-align:right;
	padding-right:10px;
}

.footertext a{
	color: #ffffff;
	text-decoration:none;
}

.subheader {
	color: #2485b9;
	font-size: 1.0em;
	font-weight: bold;
	text-transform:uppercase;
}

.purpletext {
	color: #4e3a5f;
	font-size: 1.0em;
	font-weight: bold;
	text-transform:uppercase;
}

.text {
color: #ffffff;
font: .9em/140% "Helvetica Neue", Arial, sans-serif;
padding-left:25px;
padding-top:5px;
}
	
.text a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font: .8em/140% "Helvetica Neue", Arial, sans-serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
background-color:#776d80;
text-indent: 3px;
color:#ffffff;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #322441;
}


/* @end */