body
{
/*the color here #2c2721 was the bottom color
of my gradient image - a seamless fade*/
background: #ffffff url(MassingaleFade2.gif) repeat-x;
}

/*just a container to hold things*/
#main
{
	float: center;
	margin: 50px;
	align: center;
	width: 805px;
	height: 550px;
	background: #ffffff;
	border: 1 px solid 798e52;
}

#main p
{
	padding: 0px;
}

/*the area to the right with a gradient fade*/


#rightSide h1
{
	color: #ffffff;
	margin-left: 50px;
}

/*left area with fade example*/
#leftSide
{
	float: left;
	height: 325px;
	width: 750px;
        /*#ffffff is bottom color in gradient*/
	background: #ffffff;
	margin-left: 0px;
	padding: 2px;
}
body {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

p {
	font-family: Arial;
	font-size: 14px;
	color: 666666;
}

p.medium {
	font-family: Arial;
	font-size: 11px;
	color: black;
}

p.small {
	font-family: Arial;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: black;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: black;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

td.state {
	font-family: Arial;
	font-size: 11px;
	color: black;
}

dt {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

dd {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

ul {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

ol {
	font-family: Arial;
	font-size: 12px;
	color: black;
}

li {
	font-family: Arial;
	font-size: 12px;
	color: black;
	margin-bottom: 1em;
}

a:link {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: a84627;
}

a:link:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #a84627;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #a84627;
}

a:visited:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #a84627;
}

a.small:link {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #004a80;
}

a.small:link:hover {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #7fa4bf;
}

a.small:visited {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #004a80;
}

a.small:visited:hover {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #7fa4bf;
}

a.state:link {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #004a80;
}

a.state:link:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #7fa4bf;
}

a.state:visited {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #004a80;
}

a.state:visited:hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #7fa4bf;
}
#main h1 {
	padding: 0px;
}
#main h2 {
	padding: 0px;

