	body {
		padding:0;
		border:0;
		margin:0;
		background-color:#666;
		font-family:arial,verdana,geneva,helvetica,sans-serif;
		font-size:12px;
		color:#333333;
	}
	
	#page {
		width:730px;
		margin: 0 auto 0 auto;
		background-color:#244997;
		}
	
	#banner {
		float:left;
		width:730px;
		height:115px;
		background-color:#244997;
	}
		
	#left {
		float:left;
		width:140px;
		height:300px;
		background-color:#244997;
	}

	#main {
	    float:left; 
		background-image:url(images/contentCorner.gif);
        background-position:top left;
        background-repeat:no-repeat;
	    background-color:#fff;
	    width:420px;
	} 
	
    #right 
    {
        float:right;
        width:170px;
        height:300px;
        background-color:#244997;
    }
    
        #right img
        {
            float:left;
            margin:0;
            border:0;
        }
        
	#footer 
	{
	    float:left;
		clear:both;
		width:730px;
		height:30px;
		text-align:left;
		font-size:10px;
		color:#ccc;
		background-color:#244997;
		visibility:hidden;
	}
	
	/*Client page versions*/
	#pageClient {
		width:730px;
		margin: 0 auto 0 auto;
		background-color:#FC0;
		}
	
	#bannerClient {
		float:left;
		width:730px;
		height:115px;
		background-color:#FC0;
	}
		
	#leftClient {
		float:left;
		width:140px;
		height:300px;
		background-color:#FC0;
	}

	#mainClient {
	    float:left; 
	    background-image: url(images\clientContentCorner.gif);
        background-position:top left;
        background-repeat:no-repeat;
	    background-color:#fff;
	    width:420px;
	} 
	
    #rightClient 
    {
        float:right;
        width:170px;
        height:300px;
        background-color:#FC0;
    }
        
        #rightClient img
        {
            float:left;
            margin:0;
            border:0;
        }

       
	#footerClient 
	{
	    float:left;
		clear:both;
		width:730px;
		height:30px;
		text-align:left;
		font-size:10px;
		color:#ccc;
		background-color:#FC0;
		visibility:hidden;
	}
	

	
	#bannerLogo
    {
        float:right;
        border:0;
        margin:0;
        padding:0;
    }

	#mainContent
	{
	    padding: 20px 25px 15px 40px;
	}
    
    #innerFooter
    {
        width:400px; 
        height:70px;
        margin-left:15px;
        background-image: url(images\associations_sml.gif);
        background-repeat:no-repeat;
        background-position:left center;
        text-align:right;
    }
      
	
	    #footerLeft
	    {
	        float:left;
	        padding:2px 15px 2px 10px;
	    }
	    
	    #footerRight
	    {
	        float:right;
	        padding:2px 15px 2px 10px;
	    }

    div.message
    {
        float:left;
        width: 170px;
        margin: 15px 0 15px 0;
        text-align:center;
        color:#fff; 
        font-size:14px;
        font-weight:bold;
    }
    
    #rightClient div.message
    {
        float:left;
        width: 170px;
        margin: 15px 0 15px 0;
        text-align:center;
        color:#244997; 
        font-size:14px;
        font-weight:bold;
    }
    
    div.emphasisBox
    {
        background-color:#FFE57F;
        padding:2px 5px 2px 8px;
        font-weight:bold;
    }
        
/*----------------Start Navs--------------------------*/
#leftNav
{
    padding:50px 10px 10px 15px;   
}

#leftNavClient
{
    padding:50px 5px 10px 15px;   
}

#leftNav a:link, #leftNav a:visited
{
    float:left;
    width:100px;
    height:15px;
    padding:2px 4px 2px 4px;
    margin-top:10px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

#leftNav a:hover
{
    float:left;
    width:100px;
    height:15px;
    padding:2px 4px 2px 4px;
    margin-top:10px;
    color:#fff;
    background-color:#108e6a;
    font-weight:bold;
    text-decoration:none;
}

#leftNavClient a:link, #leftNavClient a:visited
{
    float:left;
    width:100px;
    height:15px;
    padding:2px 4px 2px 4px;
    margin-top:10px;
    color:#244997;
    font-weight:bold;
    text-decoration:none;
}

#leftNavClient a:hover
{
    float:left;
    width:100px;
    height:15px;
    padding:2px 4px 2px 4px;
    margin-top:10px;
    color:#244997;
    background-color:#FFE57F;
    font-weight:bold;
    text-decoration:none;
}



/*-------------------End Navs-------------------------*/

/*------------------Start Anchors---------------------*/
#innerFooter a:link, #innerFooter a:visited 
{   
    font-size:10px;
    color:#244997; 
    text-decoration:underline; 
    margin-right:5px;
    position:relative;
    top:20px;
}

#innerFooter a:hover 
{   font-size:10px;
    color:#244997; 
    text-decoration:none;
    margin-right:5px;
    position:relative;
    top:20px;

}

#footer a:link, #footer a:visited 
{
    font-size:10px;
    color:#fff; 
    text-decoration:underline; 
}

#footer a:hover 
{
    font-size:10px;
    color:#fff; 
    text-decoration:none; 
}

a:link, a:visited
{
    color:#244997; 
    text-decoration:none; 
}

a:hover
{
    color:#244997; 
    text-decoration:underline; 
}

/*--------------------End Anchors---------------------*/
/*----------------------------------------------------*/

h1
{
    font-size:16px;
    font-weight:bold;
    letter-spacing: 2px;
    color:#c0160e;    
    width:350px;
    border-bottom:1px dashed #ccc;
    margin-bottom:5px;
}

h2
{
    font-size:12px;
    font-weight:bold;
    letter-spacing: 1px;
    color:#244997;
    width:280px;
    border-bottom:1px dashed #ccc;
    margin-bottom:5px;
    padding-bottom:2px;
}

h3
{
    font-size:12px;
    font-weight:bold;
    letter-spacing: 1px;
}
p
{
    margin:7px 0 7px 0;
    line-height:1.4em;
}

p.standout 
{
    padding:5px 10px 5px 10px;
    font-weight:bold;
    margin:10px 0 10px 0;
    background-color:#ccf;
}

ul
{
    margin-top:7px;
}

ol
{
    margin-left:25px;
    padding-left:0;
}

li
{
    margin-top:4px;
}

td.label
{
    font-weight:bold;
    width:80px;
    vertical-align:top;
    padding-top:3px;
}

/* ---------------CONTACT FORM------------------------- */

#contactform table {
	background-color: #F9FBFD;
	color: #000000;
	width: 450px;
	border:0;
	border-collapse: collapse;
}

#contactform td {
	border:0;
	padding-left: 4px;
}

.labelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3670A7;
	background-color: transparent;
	width: 100px;
}

.fieldcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3670A7;
	background-color: #F2F7FB;
	color: #000000;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	white-space:nowrap;
} 

.smalllabelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #3670A7;
	width: 70px;
}

.smallfieldcell {
	background-color: #F2F7FB;
	color: #000000;
	text-align: left;
}

.fieldcell input {
	width: 200px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
	margin-right: 0px;
}

.fieldcell textarea {
	width: 200px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
	margin-right: 0px;
}

.smallfieldcell input {
	width: 100px;
	font-size: 11px;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
} 

.button {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
	border:1px solid #284279
}

/* Hack to get around IE ignoring min-height attribute from http://www.greywyvern.com/code/min-height-hack*/

  .prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .minContentHeight {
    height:400px;
  }
  
  .min60px {
  	height:75px;
  }
/* -----------------End Hack --------------------*/
		
;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
	border:1px solid #284279
}

/* Hack to get around IE ignoring min-height attribute from http://www.greywyvern.com/code/min-height-hack*/

  .prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .minContentHeight {
    height:400px;
  }
  
  .min60px {
  	height:75px;
  }
/* -----------------End Hack --------------------*/
		
