body
{
	margin: 4px 4px;	/* Need to set body margin and padding to get consistency between browsers. */
	padding: 0px;
	text-align: center; 	/* Hack for IE5/Win */
	background-color: #fff;
}

.content {
	text-align: left;
	min-height: 600px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0;
}


#top {
	width: 100%;
	height: 60px;
	margin-bottom: 8px;
	padding-left: 100px;
	padding-top: 4px;
	padding-bottom: 8px;
	background-color: #660066;
	background-image: url("http://www.turbo-efile.us/head-logo.gif");
	background-repeat: no-repeat;
	background-positon: left bottom;
	border-bottom: 4px solid #666666;
}


#top a:link { font-family: arial; font-size: 20px; font-style: bold; color: #e6e6e6; text-decoration: none; }
#top a:active { font-family: arial; font-size: 20px; font-style: bold; color: #e6e6e6; text-decoration: none; }
#top a:visited { font-family: arial; font-size: 20px; font-style: bold; color: #e6e6e6; text-decoration: none; }
#top a:hover { font-family: arial; font-size: 20px; font-style: bold; color: #666666; text-decoration: none;  }


#middle {
	float: left;
	margin: 0;
	padding: 2px;
	background-color: #fff;
	width: 510px;
	text-align: left;
}


#right {
	float: left;
	margin-left: 24px;
	padding: 2px;
	width: 160px;
	text-align: left;
	border: 2px double #660066;
	background-color: #FFFFF6;

}

p {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 4px;
}

ul {
	list-style: square;
	margin-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-top: 4px;
}


h1 {
	font-size: 16px;
	font-style: bold;
	border-bottom: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h2 {
	font-size: 14px;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}



.highlight { background-color:#FFFF00; }


a:link {color:#003399; text-decoration: bold;}
a:active {color:#003399; text-decoration: bold;}
a:visited {color:#003399; text-decoration: bold;}
a:hover {color: #660066; text-decoration: bold;}
	