/* PUBLIC HOME PAGE STYLES */
/* IDENTIFIERS */
div#homeContainer
{
padding: 0 0 5px 0;
margin: 0;
position: absolute;

max-width: 920px;
min-width:775px;

overflow: visable;
border-bottom: 1px solid #ccc;
}
/* IE HACK FOR CONTENT MIN-WIDTH & MAX-WIDTH */
* html  #Container {
width: expression(document.body.clientWidth < 775? "775px" : document.body.clientWidth > 920? "920px" : "auto");
}
/* END IE HACK */

td  {

font-size: 100%;
}

div#homeHeader
		{
		border-bottom:1px solid #457aa8;
		margin-bottom: 10px;

		}

div#homeHeader table
		{
		font-size: 1.2em;
		}

div#homeHeader h1
		{
		font-size: 1.4em;
		weight:bold;
		color: #d63647;
        border-bottom:none;
		}

div#homeContentContainer
		{
		border-right: 1px solid #ccc;
		}

div#homeContentContainer table
		{
		font-size: 1em;
        border-bottom: 1px solid #ccc;
		}

/* CLASSES */
.clubtitle
		{
		font-weight: bold
        font-size: 1.1em;
		}

 p.clubDescription
		{
		font-weight: normal;
		font-size: 0.9em;
		}
div#homeHeader {border-bottom:1px solid #457aa8;margin-bottom: 10px;}
div#homeHeader table {font-size: 1em;}
div#homeHeader h1 {font-size: 1.4em; weight:bold; color: #d63647;}
.clubtitle {font-weight: bold}
.clubDescription {font-weight: normal; font-size: 1em;}


fieldset legend {color: #d63647; font-weight: bold;}
fieldset, div#logon {margin-bottom: 15px;margin-right: 15px;}
div#logon {background-color:#e8e1e1;}
		div#logon p {margin-top:0px;}
		div#logon h1 {border-bottom: 0; color:#d63647; font-size: 1.2em; font-weight: bold; padding:0px; margin:0px; font-family: arial;}

.leftContent p {margin-top:0px; padding: 0}
div#exclusivePartner h1, div#elitePartner h1 {border: none;color: #fff; background-color:#457aa8; font-size: 1.1em; font-weight: bold; padding:3px; margin:2px;}
div#exclusivePartner,div#elitePartner {width:48%;}
div#exclusivePartner {float: left}
div#elitePartner {float: right; }