H1{
   	color:#fff;
	font-family: verdana, tahoma, sans-serif;
	font-size: 1.5em;
	word-spacing: 0.05em;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: normal;
	background-color: #999999;
	padding:  30 10 10 30;
}

H2{
	color:#000;
	font-family: verdana, tahoma, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2em;
	text-align:justify;
	padding: 0;
}

H3{
	color: #fff;
	font-family: verdana, tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: #999999;
	padding: 4 0 2 4;
	text-align:left;
	width: 100%;
}

H4{
	color: #000066;
	font-family: verdana, tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;

}

H5{
	color:#990000;
	font-family: verdana, tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: bold;

}
	

p{
	color:#000;
	font-family: verdana, tahoma, arial;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align:justify;
	width:100%;
}



a{
	color: #000066;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #999;
}

a:active{
	color: navy;
	font-family: verdana, helvetica, sans-serif;
}

a:hover{
	color: #cc0033;
	font-weight: bold;
}

/*custom styles begin here*/

#abouttext{
	position: absolute;
	left: 30px;
	top: 120px;
	width: 450px;
}

#boxtext{
	position: absolute;
	left: 30px;
	top: 120px;
	width: 500px;
}

#navlist{
	position: absolute;
	left: 0px;
	top: 82px;
}


#navlist ul{
	/*/*/margin: 0;
	white-space: nowrap;
	padding: 0 0 3 0; /* */
	font-family: verdana, tahoma, sans-serif;
	font-size: 0.75em;
	color: #990000;
	font-weight: normal;
}

#navlist li{
	display: inline;
	list-style-type: none;
	
}


#navlist a{
	/*/*/
	padding: 5 8 10 8px;
	border: 1px solid #990000;
	color: #fff;
	background-color: #990000; /* */
}

#navlist a:link, #navlist a:vistied{
	color: #fff;
	/*/*/color: #fff;
	text-decoration: none; /* */
}
#navlist a:hover{
	border: 1px solid #fff;
	background-color: #fff;
	color: #000066;
	font-weight: bold;
}
#uberlink a:link, uberlink a:visited, #uberlink a:hover{
	/*/*/border: 1 px solid #999999;
	background-color: #999999;
	color: #fff; /* */
}