body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(_images/bkgd-root.jpg);
	background-repeat: repeat-x;
	background-color: #CAE7C9;
}

a {
	color: #536F6D;
}

p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #54B0CD;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #54B0CD;
	text-transform: uppercase;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #54B0CD;
	text-transform: uppercase;
}

ul {
	list-style-type: disc;
}

ul ul li {
	list-style-type: disc;
	font-size: 8pt;
}


#root-holder {
}

#center-holder {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 714px;
}

#content-holder {
	width: 100%;
	display: table;
	background-image: url(_images/bkgd-content.jpg);
	background-repeat: repeat-y;
}
#content-holder-oldbackup {
	width: 100%;
	height: 500px;
	background-image: url(_images/bkgd-content.jpg);
	background-repeat: repeat-y;
	display: table;
}

#alt-background {
	width: 100%;
	background-image: url(_images/img-brush-art.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: table;
}
#alt-background-oldbackup {
	width: 100%;
	height: 500px;
	background-image: url(_images/img-brush-art.gif);
	background-repeat: no-repeat;
	background-position: 549px bottom;
	display: table;
}

#header {
	background-image: url(_images/header.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 139px;
	float: left;
}

#shad-left {
	background-image: url(_images/shad-left.jpg);
	background-repeat: no-repeat;
	height: 530px;
	width: 7px;
	float: left;
}

#shad-right {
	background-image: url(_images/shad-right.jpg);
	background-repeat: no-repeat;
	height: 530px;
	width: 7px;
	float: right;
}

#navigation {
	width: 150px;
	padding: 15px 0px 20px 0px;
	float: left;
}

#navigation p {
	color: #29505E;
	padding: 6px 10px 6px 12px;
	margin: 0px;
	font-variant: small-caps;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(_images/footer.gif);
	width: 714px;
	height: 71px;
	background-repeat: no-repeat;
	float: left;
}

#main-content-home {
	padding: 20px 30px 30px 20px;
	float: left;
	width: 480px;
	background-image: url(_images/img-rocks.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
}
#main-content-home-backup {
	padding: 20px 30px 30px 20px;
	float: left;
	width: 480px;
	background-image: url(_images/img-rocks.jpg);
	background-position: right 30px;
	background-repeat: no-repeat;
	height: 410px;
}

#main-content-sub {
	padding: 20px 30px 30px 30px;
	float: left;
	width: 480px;
	line-height: 120%;
	display: table;
}
#main-content-sub-backup {
	padding: 20px 30px 30px 30px;
	float: left;
	width: 480px;
	height: 410px;
	line-height: 120%;
	display: table;
}

#small-text-area {
	margin: 30px 165px 50px 50px;
	line-height: 140%;
}

.image-right {
	float: right;
	margin: 20px 0px 20px 20px;
}

.image-right2 {
	float: right;
	margin: 0px 0px 20px 20px;
}


.tiny-text {
	font-size: 8pt;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

