* {
	margin: 0px;
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
body {
	background-color: #000000;
	background-image: url(ermandesign_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

html { 
	overflow-x:hidden; 
	overflow-y:auto; 
}

p {
	font-size: 11px;
	color: #0066CC;
}
img {
	behavior: url("pngbehavior.htc");
}

.headline1 {
	color:#FFFFFF;
	line-height: 17px;
}
.headline2 {
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;
}
.headline3 {
}

/* DIV ID's */
#leftNavi {
	position: fixed;
	top: 220px;
	left: 112px;
	line-height: 16px;
	width: 175px;
}
#footer {
	position: absolute;
	top: 460px;
}

#content {
	position: absolute;
	width: 800px;
	margin: 0px;
	padding: 0px;
	left: 380px;
	z-index: 2;
	top: 60px;
	height: 5555px;
}
#content_print{
	position: absolute;
	width: 800px;
	margin: 0px;
	padding: 0px;
	left: 380px;
	z-index: 2;
	top: 60px;
	height: 4800px;
}


#menu{
	width: 205px;
	position: absolute;
	left: -39px;
	font-size: 10px;
}
.agency {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.for {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #003366;
}
.top {
	color: #FFFFFF;
	font-style: italic;
	
}
.headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.clear{clear:both;height:10px;}

/* Admin Pages */
.adminInput {
	color: #000000;
}
.tags {
	margin-top: 13px;
	margin-bottom: 43px;
}
.item {
	line-height: 14px;
}
li {
	line-height: 22px;
}


a:link {
	font-size: 100%;
	color: #99ccff;
	
}
a:hover {
	color: #0099ff;
}
a:active {
	color: #0099ff;
}
a:visited {
	color: #0099ff;	
}

#contact {
	position: absolute;
	top: 325px;
	left: 0px;
}
#contact a {
	color: #0099ff;
}
#contact a:hover {
	color: #0099ff;
}
#contact .headline2 {
	font-family: Arial, Helvetica, sans-serif;
}
.menu_item {
	padding-bottom: 50px;
}
.menu_img {
	padding-bottom: 15px;
}
.menu_name {
	font-size: 11px;
	padding-top: 3px;
}
.menu_desc {
	font-size: 11px;
}
#menu img {
	margin-bottom: 7px;
}

#menu ul{
	width:120px;
	float:left;
	list-style:none;
	margin-bottom: -5px;
}
#menu a:hover {
	color: #0099ff;
}
#menu ul .item{
	display:none;
	padding-left: 20px;
}
#menu ul:hover .item{
	display:block;
}
