/* CSS Document */


/* 			_______________________	*/
/*			THE BASICS			 	*/


body 		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #fff no-repeat fixed top left;
			/*background-image: url(images/FHAPublishingBackground.gif);*/
			}




		
.accent 	{ color: #7F7E7E; } 

a			{ }
a:link		{ color: #0000CC; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC; }
a:visited	{ color: #0000CC; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC;} 
a:active	{ color: #777; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC;} 
a:hover		{ color: #0000CC; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #0000CC;} 




h1	{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 6px 0px;
			letter-spacing: -2px;
			font-weight: bold;
			text-shadow: 3px 3px 2px #ccc;
			}
			
h2			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 10px 0px 2px 0px;
			letter-spacing: 0px;
			font-weight: bold;
			text-shadow: 3px 3px 2px #ccc;
			}

h3			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 6px 2px 2px 0px;
			letter-spacing: 0px;
			font-weight: bold;
			}

p 			{
			font-family: Verdana, Geneva, Arial, sans-serif;
			color: #222;
			font-size: 14px;
			margin: 0;
			padding: 0px 0px 7px 0px;
			}

.num		{
			font-size:90%
			}


.quote {
	font-size:12px;
	font-weight:bold;
	}

LI 			{
			font-family: Verdana, Geneva, Arial, sans-serif;
			color: #222;
			font-size: 14px;
			}
td			{
	padding: 0px 10px 0px 10px;

			}
/* 			_______________________	*/
/*			STRUCTURAL			 	*/
			
#stdcolleft 	{
			
			padding: 15px 20px 40px 14px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			width:220px;
			}

			
#stdcolleft.p	{
			font-size: 30%;
			}
			
#stdcolright	{
	padding: 10px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 360px;
	float: right;
	background-color: #F6F6F6;
	border: 1px solid;
			}

			
#stdcol.p	{1
			font-size: 30%;
			}


#tophome 		{
			margin: 20px 0 0 0;
			margin-left: auto;
			margin-right: auto;
			width: 680px;
			}

#tophome ul li 	{
			display: inline;
			}

#tophome h1	{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 5px 0px;
			letter-spacing: -2px;
			font-weight: bold;
			text-shadow: 3px 3px 2px #ccc;
			font-size:220%;
			}
			
#tophome p 		{
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
			}
			
#top 		{
	margin: 20px 0 2px 0;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	background-color: #000000;
			}

#top lefttitle	{
	float:left;
	width:400px;
	}

#top ul li 	{
			display: inline;
			}

#top h3	{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 5px 0px;
			letter-spacing: -2px;
			letter-spacing: -2px;
			text-shadow: 3px 3px 2px #ccc;
			font-size:220%;
			}
			
#top p 		{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	letter-spacing: -1px;
	letter-spacing: -2px;
	color: #FFFFFF;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 3px 3px 2px #ccc;
			}
#addressright 		{
	width:280px;
	margin-top: 5px;
	float: right;
			}


#main 		{
	padding: 0px;
	margin-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	background-image: url(images/contentfill.gif);
			}

#content 		{
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}



#footer		{
			clear: both;
			float: none;
			width: 680px;
			padding: 10px 0 10px 0;
			margin-right: auto;
			margin-left: auto;
}

#footer p	{
			text-align: center;
			color:#888888;
			font-size: 10px;
			
			}
