body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #221E1F;
	margin: 0px;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
    background-position: -11px 1px;
}

td {
	font-family: Tahoma;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a.general {
	font-family: Tahoma;
	font-size: 13px;
	color: #221E1F;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}

a.general:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #003366;
	margin: 0px;
	text-decoration: underline;
	font-weight: bold;
}

a.data {
	font-family: Tahoma;
	font-size: 13px;
	color: #221E1F;
	margin: 0px;
	text-decoration: none;
}

a.data:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #003366;
	margin: 0px;
	text-decoration: underline;
}

.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.altfooter {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.form {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 2px;
}

/** DIV Layout Style **/

#page {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#column1, #column2, #column3, #footer, #squarefruit {
	float: left;
}

#column1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	width: 1000px;
	height: 240px;
}

#column2 {
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-top: 0px;
	width: 580px;
	background-color: #CFEBFF;
	background-image: url(images/left-col-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}


#column3 {
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-top: 0px;
	width: 600px;
	background-color: #CFEBFF;
	background-image: url(images/left-col-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:520px;
}

#footer {
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-top: 15px;
	width: 950px;
	height: 40px;
	background-color: #221E1F;
	clear:left;
}

#squarefruit {
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-top: 0px;
	width: 950px;
	height: 30px;
	background-color: #FFFFFF;
}

#img-viewer {
	position: absolute;
	top: 240px;
	left: 627px;
}

#gen-contact {
	position: absolute;
	top: 575px;
	left: 643px;
	height: 350px;
	width: 320px;
	background-color: #CFEBFF;
}

#navigation {
	position: absolute;
	top: 25px;
	left: 25px;
	height: 125px;
	width: 491px;
	background: url(images/newheader.jpg) no-repeat;
	padding-top: 90px;
	padding-right: 120px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
html > body #navigation {
	left: 12px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 4px;
	height:0;
}
#navigation a:hover {
	background: #FFFFFF;
	color: #013564;
}


#navcell1 {
	width: 140px;
	float: left;
}
#navcell1 ul, #navcell2 ul, #navcell3 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcell2 {
	float: right;
	width: 190px;
	margin-left: 5px;
}
#navcell3 {
	float: right;
	width: 150px;
}


/** Font Style **/

H1 {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #221E1F;
	text-decoration: none;
	line-height: normal;
	display: inline;
}

