﻿body 
{
	margin: 0;
	padding:0; 
	background: #fff;
	font-family:@Arial Unicode MS;
	font-size:12pt;
}

#headercontent{
	border-left: 0 solid #333;
	border-right: 0 solid #333;
	border-top: 0 solid #333;
	border-bottom: 5px solid #333;
	width: 99%;
	 	height: 155px;
	 	padding: 5px;
	 	margin: 0;
	 background: #f0e7d7 url('../img/bg.gif') 100% 0;
} 

#leftcontent {
	width: 15%;
	height: 600px;
	float: left;
	color: #000;
	background: #f0e7d7 url('../img/bg_600high.gif') 100% 0;
}

#rightcontent {
	float: right;
	width: 80%;
	padding: 3px;
	padding-top: 5;
	padding-right: 10px;
	color: #000000;
}

.RedHeading 
{color: #000000;
	}
.HomeHeading
{
	text-align:center;
	color:White;
	background: url("/apla2010/images/ConvCenter.jpg") no-repeat 100% 0 ;
	background-position:center;
	height: 480px;
	}
	
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatLeft{ 
    float: Left; 
    margin: 4px; 
}
 
 /* default setup that everything sees */
.shadowBlackRed {
  /* needed for Internet explorer */
  font-family:Georgia;
  text-align: center;
  height: 3em;
  filter: Shadow(Color=#800033, 
                 Direction=135, 
                 Strength=2);

  /* Needed for Gecko */
  line-height: 4em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadowBlackRed:before {
  display: block;
  margin: 0 0 -2.12em 0.1em;
  padding: 0;
  color: #000000; 
}

/*\*/
html*.shadowBlackRed {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #800033 2px 2px 2px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadowBlackRed:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

 /* default setup that everything sees */
.shadowWhiteRed {
  /* needed for Internet explorer 
	Drop-shadow:*/
  font-family:Georgia;
  text-align: center;
  height: 3em;
  filter: Shadow(Color=#800033, 
                 Direction=135, 
                 Strength=2);

  /* Needed for Gecko */
  line-height: 4em;
  white-space: nowrap;
}
/************************ Links Page Style - Three column ************************/
.home_column
{
	width: 230px;
	padding: 35px 16px 0;
	float: left;
	position: relative;
	height: 350px;
}

.home_column h4
{
	text-align: center;
}

.home_column img
{
	border: none;
}

.home_column img.transfer
{
	margin: 20px 0 0 50px;
}

.home_column img.join
{
	margin: 30px 0 0 50px;
}

.home_column img.help
{
	margin: 20px 0 0 50px;
}

.home_column img.give
{
	margin: 20px 0 0 60px;
}