body {
	background-color: #f9a302;
	background-image: url(../images/body_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment:fixed;
	height: 100%;
}

li {
	list-style-image:url(../images/bullet.jpg);
}

.texta { 
 font-size: 12px; 
 color:#8a0604;
 background-color: #ffffff; 
 border: 1px solid #8a0604; 
}

.buttons { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 background-color: #8a0604; 
 color: #ffffff; 
 margin-right: 6px; 
  border: 1px solid #faa403; 
}

textarea { 
 background-color: #ffffff; 
 color: #8a0604; 
 font-size:12px;
  border: 1px solid #8a0604; 
}


<!--TABLE BACKGROUND-->
background {
	background:url(../images/table_background.jpg);
	background-repeat:repeat-x;
	background-position:bottom
}

<!--LINKS POSITIONING-->
#links {
	float: right;
	width: 223px;
	height:255px;
}


#callout {
	float: right;
	width: 280px;
	height: 430px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 5px;
	background: url(../images/home_image1.png);
	background-repeat:no-repeat;

}

#callout_about {
	float: left;
	width: 300px;
	height: 509px;
	padding-top: 20px;
	padding-left: 5px;
	background: url(../images/about_image1.png);
	background-repeat:no-repeat;

}

<!--body text-->
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	font-weight: bold;
	

}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003333;
	font-weight: bold;
}
.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	font-style: italic;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	font-weight: normal;
}

.bodycopyRED {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: normal;
}
.heading1RED {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.bodyBoldRED {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}