/* On-screen stylesheet */

html, body {height: 100%; margin: 0; padding: 0;}
#background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;}
	
p {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
	}
	

a:link	{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #0066CC;
	text-decoration:	none;
	}

a:active	{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #0066CC;
	text-decoration:	none;
	}

a:visited	{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #0066CC;
	text-decoration:	none;
	}

a:hover	{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	}

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
background-color:transparent;
text-indent: 0px;
border-bottom: 0px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

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