body {
	margin: 0;
	background-color: #fff;
	background-image: url(YellowGradient.gif);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

a:link {
	color: #F99D1C;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #F99D1C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.bodytext {
	margin: 0;
	font-family: Trebuchet MS, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

.bodytext a:link {
	color: #F99D1C;
	text-decoration: none;
	font-weight: bold;
}

.bodytext a:visited {
	color: #F99D1C;
	text-decoration: none;
	font-weight: bold;
}

.bodytext a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.bodytext a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#mother {
		position: relative;
		padding: 0;
		margin: 0 auto;
		top: 0;
		width: 780px;
		background-color: #FFFFFF;
		z-index: 1;
}

#HomeContent {
		position: absolute;
		border: 0px;
		top: 0px;
		left: 0px;
		margin: 0 auto;
		padding: 0px;
		width: 780px;
		min-height: 500px;
		background-color: #FFF;
}

#HomeMainText {
		position: absolute;
		left: 30px;
		top: 330px;
		width: 340px;
		min-height: 300px;
		padding: 0;
		border: 0px;
		background-color: #fff;
}

#ElseContent {
		position: absolute;
		border: 0px;
		top: 175px;
		left: 0px;
		margin: 0 auto;
		padding: 20px;
		width: 740px;
		min-height: 300px;
		background-color: #FFF;
}

#ElseBanner {
		position: absolute;
		left: 0px;
		top: 50px;
		width: 780px;
		height: 180px;
		padding: 0;
		border: 0px;
		background-color: #fff;
		background-image:  url(ElseBanner.jpg);
		background-repeat: no-repeat;
}		

#navigator {
		position: absolute;
		border: 0px;
		left: 0px;
		top: 13px;
		width: 780px;
		height: 30px;
		padding: 0px;
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 12px;
}

#navigator li {
		display: inline;
		list-style-type: none;
}

#navigator ul {
		/*/*/ margin: 0;
		white-space: nowrap;
		padding: 7px; /* */
		list-style-type: none;
}		

#navigator a {
		/*/*/padding: 0px 12px 0px 12px;
		border: 0px;
		font-weight: normal;
		text-decoration: none;
		color: #fff;
}

#navigator a:link {
		color: #fff;
		/*/*/color: #fff;
		font-weight: normal;
		text-decoration: none;
}

#navigator a:visited {
		color: #fff;
		/*/*/color: #fff;
		font-weight: normal;
		text-decoration: none;
}

#navigator a:hover {
		font-weight: normal;
		text-decoration: none;
		color: #990000;
}

#navigator a:active {
		font-weight: normal;
		text-decoration: none;
		color: #F99D1C;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {					/* same as .HEADINGS further down page /* */
		margin-bottom: 0;
		margin-top: 0;
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 13px;
		color: #337E38;
}

h2 {
		margin-bottom: 0;
		margin-top: 0;
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 15px;
		color: #9FCBD0;
}

h3 {
		margin-bottom: 0;
		margin-top: 0;
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 18px;
		color: #9FCBD0;
}

p {
		margin-bottom: 1.5em;
}

img {
border: 0px;
}

.smallprint {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: normal;
}

.buttons {
	font-family: Trebuchet MS, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: normal;
}

.NoPrint {
}

.PicFloatRight {
	float: right;
	padding-left: 5px;
}

.PicFloatLeft {
	float: left;
	padding-right: 5px;
}