/******************************** CSS Reset *****************************/
table {
	text-align: left;
}

body {
	font-size: 12px;
	font-family: helvetica, arial, Trebuchet MS, sans-serif, lucida grande, tahoma;
	color: #898989;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	line-height: 1.5;
}

div {
	float: left;
	display: inline;
	margin: 0;
}

img {
	border: none;
	float: left;
	display: inline;
	margin: 0;
}

a {
	color: #898989;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #898989;
}
a:active {
	color: #898989;
	text-decoration: underline;
}
a.top { text-decoration: none; }

input {
	float: left;
	display: inline;
	color: #666666;
}

select {
	float: left;
	display: inline;
}

textarea { color: #666666;}

/******************************* Preloader *****************************/
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/*********************** Header and Main Body DIV's  ********************/
div.toprow {
	width: 985px;
	height:auto !important;
	min-height: 125px;
	height: 125px;
	border-bottom: 1px solid #898989;
}

div.middlerow {
	width: 985px;
	height:auto !important;
	min-height: 280px;
	height: 280px;
	border-bottom: 1px solid #898989;
}

div.bottomrow {
	width: 985px;
	height:auto !important;
	min-height: 360px;
	height: 360px;
}

div.leftcol {
	width: 240px;
	margin: 15px 0 0 230px;
	height:auto !important;
	min-height: 300px;
	height: 300px;
}

div.rightcol {
	float: right;
	margin: 15px 0 0 0;
	width: 490px;
	height:auto !important;
	min-height: 300px;
	height: 300px;
}

div.subleft {
	width: 230px;
	margin: 0px;
	height:auto !important;
	min-height: 300px;
	height: 300px;
}
div.subright {
	float: right;
	width: 230px;
	margin: 0px;
	height:auto !important;
	min-height: 300px;
	height: 300px;
}

