body {
	background: #FFFFFF url(/images/bg_home.jpg) no-repeat;
}

#header {
	padding: 0px;
	margin-bottom: 0px;
	}

#left {
	position: absolute;
	left: 156px;
	top: 350px;
	width: 228px;
	height: 175px;
	padding: 10px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica,  sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	}
	
#left A:link {color: #000000;
	font-weight: bold;
	text-decoration: underline;}
#left A:visited {color: #000000; 
    font-weight: bold;
    text-decoration: underline;}
#left A:hover {color: #106868;text-decoration: underline;}	

#right {
	position: absolute;
	left: 384px;
	top: 350px;
	width: 290px;
	height: 175px;
	padding: 10px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica,  sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	}
	
.right A:link {color: #000000;
	font-weight: bold;
	text-decoration: none;}
.right A:visited {color: #000000; 
    font-weight: bold;
    text-decoration: none;}
.right A:hover {color: #000000;text-decoration: underline;}

li.bullet { 
	list-style-image: url(/images/bullet.gif);
}

#footer {
	position: absolute;
	left: 0px;
	top: 532px;
	padding: 0px;
	margin-top: 0px;
	font-family: Arial, Verdana, Helvetica,  sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 11px;
	}

li.bullet { 
	list-style-image: url(/images/bullet.gif);
}

	
.maintext {
	font-family: arial, verdana, helvetica,  sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}

.maintext A:link {COLOR: #000000;
	font-weight: bold;
	text-decoration: none;}
.maintext A:visited {COLOR: #000000; 
    font-weight: bold;
    text-decoration: none;}
.maintext A:hover {COLOR: #000000;text-decoration: underline;}

.footertext A:link {COLOR: #79AE45;
    font-weight: bold;
    text-decoration: none;}
.footertext A:visited {COLOR: #79AE45; 
    font-weight: bold;
    text-decoration: none;}
.footertext A:hover {COLOR: #79AE45;text-decoration: underline;}

/* removes default top margin from left/right column paragraphs in mozilla */
div > p {
  margin-top: 0;
}
