html {
	
	margin: 0px;
	padding: 0px;
	font: 125%;
}


a:link {color: #385044; text-decoration: none; }     /* unvisited link */
a:visited {color: #385044; text-decoration: none; }  /* visited link */
a:hover {color: #385044; text-decoration: underline;}   /* mouse over link */
a:active {color: #385044; text-decoration: underline;}   /* selected link */

form {
	
	margin: 0px;
	padding: 0px;
}
body {background: #91a596 url("/images2/bkg9.gif") repeat-y;
font: 75% Arial, Helvetica, sans-serif;
color: #385044;


}

img { padding: 0;
		margin: 0;
		border: none;
		display: block;
		}


.inlineimg { display: inline;
		}


.headerbar { position: absolute;
			top: 0px;
			left: 0px;
			width: 927px;}


.maincontent { 
			background: url("/images2/check_bkg.gif") repeat-y;
			position: absolute;
			left: 60px;
			top: 83px;
			width: 924px;}
			
			
.contentholder { width: 924px;
					padding-left: 35px;
					padding-right: 35px;
					padding-bottom: 35px;
					}
					
.maincol1 { width: 84px;
			float: left;
			}
			
.maincol2 { width: 462px;
			float: left;
			}
			
.maincol3 { width: 284px;
			float: left;
			padding: 10px;
			background-color: #ffffff;
			}
			
			
.hottopicbox { background: #ffffff url("/images2/hot_topic_bkg.gif") repeat-x; 
				height: 170px;
				width: 284px;
				margin-top: 10px;
			}
			
.htopictext { width: 215px;
				padding-left: 20px;
				padding-right: 10px; }
				
				
.mainbottom {clear: both;
			line-height: 1px;
			
			}
			
.footersect { position: absolute;
				left: 120px;
				top: 545px;

}

.footlogo { width: 66px;
			float: left;
			}
.foottext { color: #000000;
			width: 440px;
			float: left;
			padding-left: 10px;
			}
			
.footaddress { width: 236px;
				padding-left: 20px;
				float: left;
				padding-bottom: 10px;
				
				}
				
.securelink {text-align: right;
			padding-right: 40px;
			}
				}|