/* CSS Document */

.navactive				{	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color:#b29033; text-decoration: none;}
.navactive a       		{	text-decoration: none; color:#b29033; }
.navactive a:hover 		{	text-decoration: none; color:#b29033; }

.navinactive			{	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color:#ffffff; text-decoration: none;}
.navinactive a       	{	text-decoration: none; color:#ffffff; }
.navinactive a:hover 	{	text-decoration: none; color:#b29033; }

.text         			{	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color:#2f2f2f;}
.text a       			{	text-decoration: none; color: #4db0d4; }
.text a:hover 			{	text-decoration: underline; color: #4db0d4; }

.textlarger         			{	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color:#2f2f2f;}
.textlarger a       			{	text-decoration: none; color: #4db0d4; }
.textlarger a:hover 			{	text-decoration: underline; color: #4db0d4; }

.textsmall         			{	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color:#2f2f2f;}
.textsmall a       			{	text-decoration: none; color: #4db0d4; }
.textsmall a:hover 			{	text-decoration: underline; color: #4db0d4; }

ul a:visited			{	text-decoration: none; color: #b29033; }


h1						{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#b29033;
	font-style: italic;
	font-weight: normal;
}

h2						{	font-family: Verdana, Geneva, Helvetica, sans-serif; font-size: 10px; color:#2f2f2f; text-transform: uppercase;}

h3						{	font-family: Verdana, Geneva, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#333333; text-transform: uppercase;  border-bottom: 1px solid #333333; }

.footer      			{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }
.footer a       		{	text-decoration: underline; color: #4db0d4; }
.footer a:hover 		{	text-decoration: underline; color: #666666; }

.areapad5         		{	width: 100%; padding: 5px; }
.areapad10         		{	width: 100%; padding: 10px; }
.areapad15         		{	width: 100%; padding: 15px; }
.areapad20         		{	width: 100%; padding: 20px; }

.padcell5         		{	padding: 5px; }
.padcell10         		{	padding: 10px; }
.padcell15         		{	padding: 15px; }
.padcell20         		{	padding: 20px; }

.input250				{	width: 250px; height: 22px; }
.comment250				{	width: 250px; height: 100px; }
