@charset  "utf-8";

.highlite {
	color: #B0016D;
	font-weight: bold;
}

h1
{
	color: #B0016D;
	font-family: optima,arial,sans serif;
	font-size: 24;
}

h2
{
	color: #B0016D;
	font-family: optima,arial,sans serif;
	font-size: 18;
}

h3
{
	color: #B0016D;
	font-family: optima,arial,sans serif;
	font-size: 14;
}

h4
{
	color: #B0016D;
	font-family: optima,arial,sans serif;
	font-size: 12;
}

.main
{
	font-family: Optima;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #B0016D;
}

.hyper
{
	font-family: arial,sans serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #B0016D;
}

.title
{
	color: #B0016D;
	font-size: 36px;
	font-weight: bold;
}

.title2
{
	color: #B0016D;
	font-size: 24px;
	font-weight: bold;
}

.container
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.pwname
{
	color: #B0016D;
	font-style: italic;
}

.dsection
{
	border-top: 1px #B0016D solid;
	border-left: 1px #B0016D solid;
	background-color: #ECCCDB;
	padding: 0px 10px 10px 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-moz-box-shadow: 4px 4px 10px #8D8D8D; /* Firefox/Mozilla */  
	-webkit-box-shadow: 4px 4px 10px #8D8D8D; /*Safari/Chrome */  
	box-shadow: 4px 4px 10px #8D8D8D; /* Opera */  
}

#content
{
	font-family: arial,sans serif;
	float: right;
	width: 80%;
}

#menu { float: left; }
#footer { clear: both; }
#content h1 { color: #B0016D; }

#container
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#home
{
  display: block;
  width: 100px;
  height: 23px;
  background: url("../nav/home.gif") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -23px;
}

#home span
{
  position: absolute;
  top: -999em;
}
	
	
a:link
{
	text-decoration: none;
	color: #B0016D;
}

a:visited
{
	text-decoration: none;
	color: #B0016D;
}

a:hover
{
	background-color: #FCF;
	text-decoration: none;
}

a:active { text-decoration: none; }

