﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 0.8em;
}

#PageDiv {
	width: 620px;
	margin: 0px auto;
	padding: 10px;
	border: 2px solid #725972;
	background-color: #fff;
	background-image: url('image001.jpg');
}

#FrameDiv {
	background-image: url('image003.gif');
	background-repeat: no-repeat;
	padding-top: 110px;
}

#ContentDiv {
	width: 409px;
	margin: 10px auto;
}

#FooterDiv {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px solid #d8bfd8;
	margin-top: 10px;
}

h1 {
	color: #503750;
	text-align: center;
	margin-bottom: -3px;
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
}

h2 {
	color: #503750;
}

h3 {
	color: #503750;
	text-align: center;
	margin-top: 5px;
	font-family: "Courier New", Courier, monospace;
}

h1 img {
	vertical-align: middle;
}

img#ImgThreeDaisies {
	width: 49px;
	height: 49px;
}

a {
	color: #402640;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}

#content img {
	padding: 5px;
	border: 1px solid #402640;
}

#ContentDiv p {

}

#ContentDiv ul {
	margin-top: 2px;
}

/* Footer Styles */

#FooterDiv p {
	color: #808080;
}

#FooterDiv a {
	color: #503750;
	text-decoration: underline;
}

#FooterDiv a:hover {
	color: #402640;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



