/* CSS Document */

body		{padding:0;margin:0;background-image:url(images/bg.gif);background-repeat:repeat;}

h1,h2,h3,h4	{font-family: Georgia, "Times New Roman", Times, serif;color: #000000;text-decoration: none;}

#masthead	{position:absolute; width:360px; height:85px; z-index:1; left: 0px; top: 0px;}
#nav		{
	position:absolute;
	width:201px;
	height:115px;
	z-index:2;
	left:0px;
	top:183px;
	overflow: visible;
}

#copy		{
	position:absolute;
	height:115px;
	z-index:20;
	left:242px;
	top:115px;
	overflow:visible;}

#copy p {font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;color: #000000;text-decoration: none;}

a:link		{font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;font-style: normal;font-weight: normal;color: #FF66CC;text-decoration: none;}
a:visited	{font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;font-style: normal;font-weight: normal;color: #999999;text-decoration: none;}
a:hover		{font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;font-style: normal;font-weight: normal;color: #FFFFFF;text-decoration: none;background-color: #000000;}
a:active	{font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;font-style: normal;font-weight: normal;color: #FFFF00;text-decoration: none;background-color: #000000;}


ul {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;color: #000000;
	line-height: 130%;
	}
li {
	list-style: disc;
	padding: 0;
	margin: 0;
	}
.new {
	padding: 5px;
	background: #FF66CC;
	}
.address {
	padding-left: 20px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	}
