/* CSS Document */

BODY {
  background-image: url(/img/backdrop.gif);
  background-position: top center;
  background-repeat: no-repeat; 
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

A:link 		{color:#ff7800; text-decoration:underline; }
A:visited 	{color:#ff7800; text-decoration:underline; }
A:hover 	{color:#0d719a; text-decoration:underline; }

.bodytxt	{font-size: 12px; color: #000000; }
.blueborder {
	border: 1px solid #B3E0F4;
}


.smtxt {font-size: 10px; }

.smboldtxt {font-size: 10px; font-weight: bold; color: #ff7800; }

.nav         {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none;}
.nav:link    {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none;}
.nav:active  {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none;}
.nav:visited {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:none;}
.nav:hover   {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #ffffff; text-decoration:underline;}

.navsmall         {font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; color: #2a86ac; text-decoration:none;}
a.navsmall:link    {font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; color: #2a86ac; text-decoration:none;}
a.navsmall:active  {font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; color: #2a86ac; text-decoration:none;}
a.navsmall:visited {font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; color: #2a86ac; text-decoration:none;}
a.navsmall:hover   {font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; color: #2a86ac; text-decoration:underline;}

.pagetitle {font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #2a86ac; }

.bodytxt11px {font-size: 11px; color: #000000; }
.searchbox {
	width: 140px;
	height: 18px;
	background-color: #fff5ea;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff9900;
	border-right-color: #ff8a00;
	border-bottom-color: #ff8a00;
	border-left-color: #ff9900;
}

.smitxt {
	font-size: 10px;
	font-style: italic;
}
.leftpic {
	margin-right: 10px;
}

.imageRight {
	float:right;
	padding:0 0 5px 5px;
}


ul.newsletters {
	padding: 0;
	margin: 0;
	list-style: none;
}
	ul.newsletters li {
		padding: 0;
		margin: 0;
		list-style: none;
		clear: both;
		height: 270px;
	}
	ul.newsletters img {
		float: left;
		margin: 0 10px 0 0;
		border: 0;
	}
	ul.newsletters h3 {
		margin: 0;
		padding: 0;
		font-family: "Times New Roman",Times,serif;
		font-size: 16px;
	}
	ul.newsletters p {
		margin: 5px 0;
		padding: 0;
	}
	ul.newsletters span.date {
		display: block;
		font-style: italic;
		font-size: 11px;
	}
