body	{
	background-color: #9D9D9D;
  	background-image: url('images/bg.jpg'); 
  	background-attachment: scroll; 
  	background-repeat: repeat-y; 
  	background-position: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	text-align: center; 
}

a:visited, a:active, a:link {	color: #6B4D7F;	text-decoration: underline; font-weight:bold;}
a:hover { color: #cc3300; text-decoration: none;  font-weight:bold; }
td, p {	 margin-bottom: 10px; font: .66em verdana, arial, helvetica, sans-serif; }
h1 {
	font: 1.5em verdana, arial, helvetica, sans-serif;
	color: #6B4D7F;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
}
h2 {
	font: 1.1em verdana, arial, helvetica, sans-serif;
	color: #000;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
}
#container {
	background-color: #FFFFFF;
	width: 798px;
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 0px auto 0px auto;
	padding:0;
	text-align: left;
}

/* navigational styles */
#nav, #nav ul {
	float: left;
	width: 798px;
	list-style: none;
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
	background: #6B4D7F;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	width: 130px;
	color: #FFF;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
}

#nav li {
	float: left;
	padding: 0;
	width: 130px;
	line-height: 18px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	line-height:20px;
	width:180px;
	margin: 0;
}

#nav li li {
	width: 180px;
}

#nav li ul a {
	width:180px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #9979AE;

}


/* end navigational styles */

#content {
	background: #FFF;
	width:768px;
	padding-top:40px;
	padding-left:20px;
}

#content p, li{
	font: 11px verdana, arial, helvetica, sans-serif;

}


.formfield  { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #FFFFFF; }
.button	{
	background-color: #6B4D7F;
	color: #FFF;
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.table {
	border: 1px solid #333;
}
.tableheader {
	color: #FFF;
	font-weight:bold;
	background-color: #6B4D7F;
	text-decoration: none;
}

.required {
	color:#cc3300;
	font-weight:bold;
}

