@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/maroon.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

.publist_title {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 12pt;
	text-transform: capitalize;
	line-height: 24pt;
	font-weight: bold;
  	background-color: #FFFFFF;
	color: #000000;
	border-bottom: thin solid;
	border-color: #cccccc;
}

.publist_text {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 10pt;
	text-transform: none;
	font-weight: normal;
  	background-color: #FFFFFF;
	color: #000000;
}

.contact_text {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 14pt;
	text-transform: none;
	font-weight: normal;
	color: #FFFFFF;
}



/*---Links---*/
A:link	{
	color:#FFFFFF;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
}


A:active	{
	color:#FFFFFF;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:Bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:none;
}

A:visited	{
	color:#FFFFFF;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:none;
}

A:hover	{
	color:#FFFFFF;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:Bold;
	text-decoration:underline;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
}

A.publist:link	{
	color:#99ccff;
	font-size:8pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
	line-height: 14pt;
}


A.publist:active	{
	color:#99ccff;
	font-size:8pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:Bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:none;
	line-height: 14pt;
}

A.publist:visited	{
	color:#99ccff;
	font-size:8pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:none;
	line-height: 14pt;
}

A.publist:hover	{
	color:#999999;
	font-size:8pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:Bold;
	text-decoration:underline;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
	line-height: 14pt;
}

A.mailto:link	{
	color:#99ccff;
	font-size:12pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
}


A.mailto:active	{
	color:#99ccff;
	font-size:12pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:Bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:none;
}

A.mailto:visited	{
	color:#99ccff;
	font-size:12pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	font-variant:normal;
	text-transform:none;
}

A.mailto:hover	{
	color:#FFFFFF;
	font-size:12pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style:normal;
	font-weight:Bold;
	text-decoration:underline;
	cursor:hand;
	font-variant:normal;
	text-transform:normal;
}

