body	{
	background-color: #7F788F;
  	background-image: url('http://www.zant.com/images/back.jpg'); 
  	background-attachment: scroll; 
  	background-repeat: repeat-y; 
  	background-position: center;
	margin: 0;
	padding: 0;
	border: 0;
	font: 72%/1.6em verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-align: center; 
}

a:visited, a:active, a:link {	color: #996666;	text-decoration: underline; }
a:hover { color: #8CA4B0; text-decoration: none; }
p {	line-height: 18px; margin-bottom: 10px; }
#logo { background-color: #f5f5f5; width: 700px; margin: 0; padding:0; text-align: left; }
#container {
	background-color: #f5f5f5;
	width: 700px;
	border:0px;
	margin: 0px auto 0px auto;
	padding:0;
	text-align: left;
}

/* navigational styles */
#nav, #nav ul {
	float: left;
	width: 700px;
	list-style: none;
	font-size: 10px;
	line-height: 18px;
	background: #ACA8B7;
	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;
}

#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: #000000;

}


/* end navigational styles */


#sidebar {
	float:left;
	width: 120px;
	font-size: 11px;
    color:#333;
	padding: 10px;
	background: #f5f5f5;
	border-right: 1px solid #7F788F; 
}
#sidebar a:visited, #sidebar a:active, #sidebar a:link {
	color: #cc0033;
	text-decoration: underline;
	font-weight:bold;
}
#sidebar a:hover { color: #ff3366; }

#copyarea {
	float: left;
	margin: 20px 20px 20px 40px;
	border:0;
	background-color: #f5f5f5;
	padding: 20px;
}
#copyarea img { border: 1px solid #DDD;	padding: 4px; margin:4px; }
#copyarea h1 {
	color: #7F788F;
	margin-top: 0;
	font-size: 11px;
	text-transform:uppercase;
}

#copyarea h2 { color: #000; font-size: 12px; }
#copyarea h3  {	color: #000; font-size: 10px; }
#copyarea ol, #copyarea ul	{ 	background-color: #f5f5f5; }
#copyarea li	{
	display: list-item;
	background-color: #f5f5f5;
	float:left;
	text-align:left;
	width:100%;
	line-height: 18px;
	margin-bottom: 10px;
	list-style: disc url('http://www.zant.com/images/sb_perma.gif') inside;
}
#copyarea a:link, #copyarea a:visited {
	color: #7F788F;
	border-bottom: none; 
}
#copyarea a:hover {
	color: #000000;
	border-bottom: 1px solid #000000; 
}

.copyright {
	text-transform: uppercase;
	font-size: 9px;
	background-color: #f5f5f5;
	color: #AFACB7;
	text-align: center; }
.required {
	font-size: 9px;
	color: #993300;
	font-weight:bold; }


/* Forms */

#formarea label	{
	margin-bottom: 3px;
	margin-top: 8px;
	}
	
.button	{
	background-color: #7F788F;
	color:#FFF;
	font-weight:bold;
	}
		
.formfieldset	{
	border: 1px solid #7F788F;
	padding: 10px;
	margin-bottom: 10px;
	}
input {width: 180px; margin-top: 2px;}
textarea {
	height: 150px;
	width: 180px;
}
.formfieldset legend	{
	border: 1px solid #7F788F;
	padding: 5px;
	font-weight: bold;
	background-color : #ACA8B7;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom: 10px;
	}

.formfieldset label	{
	float: left;
	width: 40%;
	margin-right: 5px;
	text-align: right;
	}


