/*	ivory: FCFCE8
	red: B30808
	green: 97BEBF
	teal: 00898D
*/

body {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #336666;
	line-height: 14pt;
	font-size: 11pt;
	background-image: url(images/flowers.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	margin-top: 0px;
	min-height: 575px;
	background-image: url(images/border.png);
	background-repeat: repeat-y;
	background-position: left;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	min-height: 575px;
	border-top: 2px solid #97BEBF;
	overflow: hidden;
/*	border-left: 2px solid #97BEBF;
*/
}
#header {
	padding: 10px 20px 5px 20px;
	color: #97BEBF;
	font-size: 14pt;
	font-weight: bold;
}
/*#navbar {
	text-align: center;
	width: 175px;
	min-height: 525px;
	float: left;
	margin-right: 25px;
	margin-top: 0px;
}
#navbar a, navbar p {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	line-height: 26pt;
	text-decoration: none;
	padding: 2px;
	text-align: center;
	margin-bottom: 5px;
}
#navbar a:hover {
	color: #B30808;
	text-decoration: underline;
}
*/
#navbar {
	text-align: center;
	color: #000000;
}
.navback {
	text-align: center;
	border: 1px solid #97BEBF;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	line-height: 26pt;
	text-decoration: none;
}
.navback a{
	text-align: center;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	line-height: 26pt;
	text-decoration: none;
}
.navback a:hover {
	color: #B30808;
	text-decoration: underline;
}
#content {
	padding: 0px 10px 10px 10px;
	margin: 0px 120px 0px 140px;
	min-height: 450px;
}
p {
	margin: 0px 0px 8px 0px;
}
a {
	text-decoration: none;
	color: #97BEBF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 15pt;
	font-style: italic;
	margin-bottom: 5px;
}
ul {
	list-style-type: disc;
	list-style-position: outside; 
	margin-left: 40px; 
}
li { 
	padding-left: 10px;
	margin-top: 0px;
}
#footer {
	color: #B30808;
	font-size: 8pt;
	text-align: center;
	letter-spacing: .05em;
	margin: 10px 0px 0px 180px;
	line-height: 11pt;
	padding: 3px;
}
#footer a{
	color: #B30808;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: .05em;
}
#picright {
	float: right;
	margin: 0px 0px 10px 5px;
}
.highlight {
	margin: 0px 0px 8px 0px;
	border: 1pt solid #B30808;
	padding: 4px;
	background-color: #F8E6E6;
}

