/* Basic Stylings CSS */
body	{
		color:#000;
		background:#FFC;
		margin: 25px 0;
		padding: 0; 
		behavior: url(csshover.htc);} /* WinIE behavior call */
.hide	{
		display:none;
		}
img		{
		display: block;
		border: 0;
		}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6  {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
h1 		{
		color: #630;
 		font-size: 18px;
		font-weight:bold;
		margin-bottom: 0.8em;
		}
h3		{ 
		font-size: 12px;
		font-weight:normal;
		text-align: center;
		}		
p		{
		margin-top: 0;
		margin-bottom: 1em;
		text-align: left;
		font-size: 14px;
		line-height: 1.5;
		}
a		{
		color: #630;
		font-weight: bold;
		text-decoration: none;
		}
em		{
		font-size: 10px;
		}
img#figure    {
		float: right;
		}
img#home   {
		text-align: center;
		}		
td#header {
		border: 2px solid #630;
		}		
#content  {
		padding-left: 25px;
		padding-top: 25px;
		}		
table#content  {
		border-top: 3px solid #630;
		border-left: 1px solid #630;
		border-right: 1px solid #630;
		border-bottom: 1px solid #630;
		background: transparent url(/images/hellerWatermark.gif) center no-repeat scroll;
		}
table#home  {
		border-top: 3px solid #630;
		border-left: 1px solid #630;
		border-right: 1px solid #630;
		border-bottom: 1px solid #630;
		padding-left: 25px;
		padding-top: 25px;
		background: transparent url(/images/homepage.jpg) center no-repeat;
		}	
