@charset "iso-8859-1";
/* author: Jeff McCormack JHM Designs www.jhmdesigns.com */
/* Creation date: 10/27/04 */


a:link     	{ text-decoration: underline; color: #d80001 }
a:active   	{ text-decoration: none; color: #ffbe00 }
a:visited  	{ text-decoration: underline; color: #ffbe00 }
a:hover    	{ text-decoration: underline; color: blue }
						
body		{
			max-width: 1024px;
            margin: 12px;
            margin-right: auto;
            margin-left: auto;
			font-family: Georgia, Helvetica, Times, Arial, serif;
			padding: 0px;
			/*	border-left:*/
			}

#head		{
			background-color: #ffbe00;
			height: 170px;
			margin: 0px;
			}

#address	{
			float: right;
			font: 15px Georgia, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: black;
			margin-right: 10px;
			padding-right: 10px;
			}			
						
#main   	{
			background-color: #ffffff;
			float: left;
			width: 52%;
			margin-left: 10px;
			margin-right: 10px;
			padding-left: 30px;
			padding-right: 0px;
			border-left: 5px solid #d80001;
			/* border-right: 2px solid red; */
			}
			
p			{
			text-indent: 2em;
			text-align: left;
			}				

h2			{
			font: Georgia, Arial, Helvetica, sans-serif;
			text-indent: none;
			text-align: center;
			font-weight: bold;
			}	

h3			{
			font:  Georgia, Arial, Helvetica, sans-serif;
			text-indent: none;
			text-align: center;
			font-weight: bold;
			}		
			
h4			{
			font:  Georgia, Arial, Helvetica, sans-serif;
			text-indent: none;
			text-align: center;
			font-weight: bold;
			}					
						
.callout	{			
			color: #d80001;
			background-color: #ffffff;
			margin: 0px 12px 12px 20px;
			float: right;
			width: 35%;
			font-size: 15px;
			font-weight: bold;
			padding-left: 0 px;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-indent: -0em;
			}
			
#sidebar   	{
			background-color: #ffffd9;
			float: right;
			width: 30%;
			margin-left: 0px;
			margin-right: 15px;
			padding: 12px;
			text-indent: 2em;
			font-size: 92%; 
			border: 1px solid #ffbe00;
			}
		
#footer		{
			clear: both;
			border-top: 1px solid red;
			margin-right: 10%;
			margin-left: 10%;
			padding: 0;
			text-align: center;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			}			
