@charset "utf-8";

* {
margin: 0px;
padding: 0px;
}

body {
font-family: Arial, Helvetica, Verdana ;
background-color:#CCCCCC;
color: #FF0000;
text-align: center;
}

h1 {
font-size:32px;
font-weight: bolder;
font-style: normal;
line-height:32px;
color: #000099;
}

h2 {
font-size:22px;
font-weight: bolder;
font-style: normal;
line-height: 22px;
color: #9999DD;
}

h3 {
font-size:16px;
font-weight: normal;
font-style:italic;
line-height: 20px;
color: #000099;
}

h4 {
font-size:14px;
font-weight: bolder;
font-style: normal;
line-height: 16px;
color: #9999DD;
}

.headline {
font-size:22px;
font-weight: bold;
font-style: italic;
line-height: 22px;
color: #000099;
}

div#container {
width:800px;
background-color:#0000FF;
text-align: center;
margin:10px auto 10px auto;
}

div#header {
width:800px;
height:320px;
background-color:#0000FF;
background-image: url("images/headerback.jpg");
}

div#headerbase {
width:800px;
padding-top:10px;
height:30px;
background-image: none;
background-color:#000066;
}

div#topnavbar {
width:800px;
height:22px;
text-align: center;
text-indent:180px;
padding-top:4px;
font-size:14px;
font-weight: bold;
font-style: normal;
line-height: 18px;
color: #000140;
background-color:#9999DD;
background-image: url("images/navbar.jpg");
}

#topnavbar a:link {
	color: #000066;
	text-decoration: underline;
	margin-right:20px;
}

#topnavbar a:visited {
	color: #0000AA;
	margin-right:20px;
}

#topnavbar a:hover {
	color: #FFFF00;
	text-decoration: overline;
	margin-right: 20px;
}

#topnavbar a:active {
	color: #FFFF33;
	margin-right:20px;
}

div#middle {
width:800px;
background-color:#000066;
float:left;
}

div#middleleft {
width:150px;
background-color:#000066;
float:left;
}

div#middleright {
width:630px;
background-color:#FFFFFF;
float:left;
padding:10px;
}

div#footer {
width:800px;
height:150px;
background-color:#FFFFFF;
background-image: url("images/footerback.jpg");
float:left;
}

.basictable {
	border-bottom: solid #0000FF;
	background-color: #FFFFFF;
	border-width: 2;
	text-align:left;
		 }

.estname  a:link { color: #0000BB; }
.estname  a:visited { color: #0000BB; }
.estname  a:hover { color: #0000BB; }
.estname  a:active { color: #0000BB; }

.estname {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: collapse;
	table-layout: fixed;
	color: #000099;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height:22px;
	font-style: italic;
	font-weight: bold }

.estaddress { 
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: collapse;
	table-layout: fixed;
	color: #000099;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold }

.estcat { 
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-collapse: collapse;
	table-layout: fixed;
	color: #000099;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal }