/* CSS Document */


.textwhite      		{	font-family: Arial, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; }
.textwhite a       		{	text-decoration: none; color: #ffffff; }
.textwhite a:hover 		{	text-decoration: none; color: #ffcc00; }

.text         			{	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color:#333333;}
.text a       			{	text-decoration: none; color: #cc3300; }
.text a:hover 			{	text-decoration: underline; color: #000000; }

.textmedium         	{	font-family: Arial,Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#333333;}
.textmedium a       	{	text-decoration: none; color: #cc3300; }
.textmedium a:hover 	{	text-decoration: underline; color: #000000; }

.textsmall         		{	font-family: Arial,Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#333333;}
.textsmall a       		{	text-decoration: none; color: #cc3300; }
.textsmall a:hover 		{	text-decoration: underline; color: #000000; }

.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; }

#nav
{
	margin: 0;
	padding: 10px 5px 10px 18px;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li a
{
	display: block;
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: none;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;

}

#nav li a:hover
{
	color: #000;
	text-decoration: underline; 
}

.page					 {	background-image: url(../images/page_bg.gif) background-repeat: repeat;  }

h1							{	font-family: Arial, Helvetica, sans-serif; font-size: 24px; color:#006491; }

h2							{	font-family: Verdana, Geneva, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#333333; text-transform: uppercase;  border-bottom: 1px solid #333333;}

h3							{	font-family: Verdana, Geneva, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#333333; text-transform: uppercase;  border-bottom: 1px solid #333333; }

.callout					{	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color:#999999; }

.leftnav					{	font-family: Verdana, Geneva, Helvetica, sans-serif; font-size: 10px; padding: 5px; width: 100%; display: block;}
.leftnav a       			{	text-decoration: none; color:#3d3d3d; padding: 5px; width: 100%; border-bottom: 1px solid #ffffff; }
.leftnav a:hover 			{	background-color: #d5d5d5; color:#3d3d3d; padding: 5px; width: 100%; }

.leftnav a.on       		{ 	background-color: #555555; padding-left: 2px; text-decoration: none; color:#ffffff; font-weight: bold; padding: 5px; width: 100%; background-image: url(../images/nav_on_bg.gif) no-repeat top; }

.subnav 				{	background-color: #ffffff; }

.subnavon 			{	font-weight: bold; }

.inputsearch				{	width: 90px; height: 16px; border: 1px solid #999999; margin-top: 2px; margin-bottom: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;  }

.textarea450			{	width: 443px; border: 1px solid #999999; margin-top: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;  }