body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../Buttonsgeneral/background1.jpg);
	width: auto;
}


p, h1, h2, h3, h4, h5, h6, address {
padding: 0;
margin: 10px;
line-height: 1.5em;
}

p, li, address {
	font-size:70%;
}

h1 {
font-size: 130%;
}

h2 {
	font-size: 115%;
	color: #666666;
}

h3 {
font-size: 100%;
color: #000000;
}

h4 {
font-size: 90%;
color: #000000;
}

a 		{
	color:#FF6600;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color:#FF6600;
	font-weight: normal;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color:#FF6600;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}

a:active {
	color:#FF9900;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
} 

a.drop 		{font:normal 12px Arial; color:#FFFFFF; font-weight: normal; border-bottom: none;}
a.drop:active 	{font:normal 12px Arial; color:#FFFFFF; font-weight: normal; border-bottom: none;}
a.drop:visited 	{font:normal 12px Arial; color:#FFFFFF; font-weight: normal; border-bottom: none;}
a.drop:hover 	{font:normal 12px Arial; color:#FF9933; font-weight: normal; border-bottom: none;}


#dropmenudiv{
position:absolute;
border:1px solid white;
font:normal 12px Arial #FFFFFF;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 280;
display: block;
text-indent: 6px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
}

.unnamed1 {
	border: thin dashed #FF9900;
}
.unnamed2 {
	border: thin dotted #666666;
}
.unnamed3 {
	border: thin dotted #000000;
}
.blue {
	border: thin dashed #6699CC;
}

.green {
	border: thin dashed #C0D93D;
}
.border1 {border: thin dotted #8BBCE7;
}

/*/////////////////////////////-----div styles-----*/

/*-wrapper styles-*/
#wrapper {
	width: 790px;
	position:relative;
	left: 50%;
	margin-left: -330px;
	border: 1px solid #000000;	
	background-color: #000000;
}

/*---intro styles---*/

#intro {
border: 1px solid #cccccc;
font-size: 1.5em;
width:100%;

}
#intro ul {
text-align:left;
padding: 20px;
margin:10px;
}

/*--content styles--*/


#content {
	clear:both;
	background-color:#FFFFFF;
	width:auto;
	border-bottom: 1px solid #000000;
}

#feature{
	padding: 0px 0px 10px 10px;
	min-height: 400px;
	width: 75%;
	height: 400px;
	font-size: 70%;
	border-bottom: 1px solid #cccccc;
}

#pagenav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #CCCCCC;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, sans-serif;
	font-size: smaller;
	font-style: normal;
	color: #000000;
	height: 410px;
}
#footer{
	font-size:0.9em;
	line-height: 0.5em;
	background-color:#000000;
	width:100%;
	color: #FFFFFF;
}
