/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-size:0.7em;
	color:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	line-height: 18px;
	margin: 0 0 0 0 ;
	background-image:	url(images/homepage_2.jpg);
	background-repeat:	repeat-y;	
	background-color: #989898;
}

a
{
outline: none;
}

#homeinfo{
	position:absolute;
	top:248px;
	left:429px;
	width: 421px;
	height: 220px;
}
#homeinfo a.heading{
color:#EE8826;
	font-weight:bold;
	font-size:4.0em;
	text-decoration:none;
}

.subheading{
color:#ffffff;
	font-size:1.5em;
}
	
#imagemap {
	position:absolute;
	width:280px;
	height:651px;
	z-index:1;
	left: 97px;
	top: 14px;
	border: 0px solid #363636;
}

#enter {
	position:absolute;
	width:285px;
	height:82px;
	z-index:5;
	top: 0px;
	visibility: hidden;
}
#homeinfo .subheading a{
color:#ffffff;
text-decoration:none;
border-bottom:solid 0px #EE8826;
}
#homeinfo .subheading a:hover{
color:#ffffff;
text-decoration:none;
border-bottom:solid 3px #EE8826;
}

