body {
	background-color: #A0C4E7;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 1.0em;
	color: #000000;
	margin: 2px;
}

#bodyOuter {
	max-width: 1280px;
	min-width: 997px;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	overflow: auto;
	background-color: #FFFFFF;
}

#topBar {
	background: url(../images/menubar.jpg) repeat-x left;
	height: 63px;
}

#imgMain {
	background: url(../images/banner.jpg) no-repeat right;
	height: 400px;
}

#bodyMain {
	background-color: #FFFFFF;
	width: 997px;
	min-height: 100px;
	overflow: auto;
	padding: 30px 0 60px 0;
}

#bodyCenter
{
    float: left;
	width: 900px;
	padding-left: 30px;
}

#bodyLeft {
	float: left;
	width: 567px;
	padding-left: 30px;
}

#bodyRight {
	float: right;
	width: 380px;
	padding: 40px 0 0 20px;
}

#footer {
	width: 100%;
	height: 100px;
	border-top: 2px solid #A0C4E7;
	background: url(../images/footer.jpg) repeat-x bottom;
}

h1 {
	font-weight: bold;
	color: #4A73A5;
	font-size: 0.95em;
	padding-bottom: 20px;
}

h2 {
	font-weight: bold;
	color: #4A73A5;
	font-size: 0.8em;
	padding-bottom: 10px;
}

p {
	font-weight: normal;
	text-align: justify;
	color: #333333;
	font-size: 0.7em;
	padding-bottom: 0px;
	line-height: 1.2em;
} 

#footer p {
	padding-top: 15px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.2em;
}

a {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}	

#footer a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
	color: #557BAA;
	font-weight: normal;
}

tr.heading{
	font-weight: bold;
	color: #4A73A5;
	font-size: 0.8em;
}

tr.subheading{
	font-weight: bold;
	color: #4A73A5;
	font-size: 0.7em;
}
tr.normal{
	font-weight: normal;
	color: #333333;
	font-size: 0.7em;
}

#infestation
{
    margin: 20px;
    font-family: Impact;
    font-size: 50px;
    text-transform: uppercase;
    background-color: #FF0000;
    color: #FFFFFF;
}

