	body { 
		margin-top: 0px; 
		margin-left: 0px;
		background:url(images/page-bg.jpg) repeat-x left top #303030;
	}
	
	div.master{
		background:url(images/master-bg.jpg) repeat-y center top;
	}
	
	H1{ 
		font-family: Verdana; 
		color: #23385c;
		font-size : 16pt; 
		margin-top: 0px; 
		margin-bottom: 0px;
		font-weight:normal;
	}
	
	H2{ 
		font-family: Verdana; 
		color: #525252; 
		font-size : 16pt; 
	}
	
	H3{ 
		font-family: Verdana; 
		color: #525252; 
		font-size : 14pt; 
	}
		
	H4{ 
		font-family: Verdana; 
		color: #525252; 
		font-size : 12pt; 
	}
	
	p { 
		font-family: Verdana; 
		color: #525252; 
		font-size : 10pt; 
	}
	
	table { 
		font-family: Verdana; 
		color: #525252; 
		font-size : 10pt; 
	}
	
	li { 
		font-family: Verdana; 
		color: #525252; 
		font-size : 10pt; 
	}
	
	ul {
		list-style-type: disc; 
		list-style-image: url(../images/bullet.jpg);
	}

    a:link, a:visited { 
		color : #b7b7b7; 
	}
	
    a:hover, a:active { 
		color : #000000; 
	}

    img { 
		border-color : #000000; 
	}
    
    .forminput{
		border: 1px solid #051784
	}
	
	strong{
		font-weight:bold;
	}
	
	hr  {
		border: 0;
		height: 1px;
		color: #ffffff;
		width:95%;
		background-color: #ffffff;
		margin-bottom:7px;
	}
	
	td.content{
		background:#fff;
		padding:15px;
		vertical-align:top;
	}
	
	div.contLeft{
		float:left;
		width:680px;
		padding:10px;
	}
	
	div.vertLine{
		float:left;
		background:#e4e4e4;
		width:1px;
		height:400px;
		padding-top:20px;
	}
	
	div.contRight{
		float:left;
		width:240px;
		padding:10px;
	}
	
	td.footer{
		background:#eeeeee;
		color:#787878;
		padding:10px;
	}
	
	td.footer a{
		color:#787878;
	}
	
	div.footerLeft{
		float:left;
		width:483px;
		text-align:left;
		padding:0px 0px 0px 5px;
	}
	
	div.footerRight{
		float:left;
		width:483px;
		text-align:right;
	}
	
	/*************/
	/* styles    */
	/*************/
	
	.blueText{
		color:#447cdb;	
	}
	
	.blueHeader{
		color:#447cdb;
		font-weight:bold;
		font-size:15px;
	}
	
	.quote{
		font-style:italic;
		text-align:justify;
		color:#4a6189;
	}
	
	.customerName{
		text-align:right;
		font-weight:bold;
	}
	
	table.associations td{
		height:75px;
	}