body  {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	text-align: center;
	scrollbar-face-color: ;
	scrollbar-track-color: ;
	scrollbar-arrow-color: #D3EA8D;
	scrollbar-base-color: #B1ADD2;
}

p {
	text-align: left;
	line-height: 130%;
	font-size: 120%;
	padding-left: 36px;
	padding-right: 72px;
}

.first_para {
	margin-top: 36px;	
}

.last_para {
	margin-bottom: 36px;	
}

br {
	line-height: normal;
}

.clear {
	clear: both;
}

.small {
	font-size: 110%;
}

.center {
	text-align: center;
}

.seealso {
	margin-top: 36px;
}

.byline {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	color: 	#CA64BF;
	border-bottom: thin solid #CA64BF;
}

h1 {
	text-align: left;
	color: 	#CA64BF;
	font-size: 240%;
	font-weight: bold;
	padding-top: 75px;
	padding-left: 34px;
}

h2 {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	padding-top:18px;
}

h3 {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	padding-top:18px;
	padding-bottom: 8px;
}

.h3_center {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-top:50px;
}

.news_header {
	text-align: left;
	font-size: 160%;
	font-weight: bold;
	padding-top:18px;
}

.indenthead {
	margin-top: 36px;
	font-size: 160%;
	font-weight: bold;
}

.centerhead {
	text-align: center;
	font-size: 175%;
	font-weight: bold;
}

a:link {
	color: #B155A7;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #CA64BF;
	font-weight: bold;
}

a:hover {
	color: #CA64BF;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

img {
	border: none;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
}

.img_left_margin {
	float: left;
	margin-right: 8px;
}

.img_right_margin {
	float: right;
	margin-left: 8px;
}

#container {
	width: 770px;
	margin: 0 auto;
	background-color: #F8F8FA;
	border-bottom: 6px solid #B1ADD2;
	border-top: 8px solid #B1ADD2;
}

.path {
	font-size: 100%;
	text-align: left;
	padding-left: 3px;
}

.purple {
	color: #B155A7;
	font-weight: bold;
}

.yellow_bg {
	background-color: #CFF480;
	padding: 6px;
}

UL {
	list-style: inside url(../pictures/flower_bullet.jpg);
	padding-right: 72px;
}

LI {
	text-align: left;
	font-size: 120%;
	line-height: 175%;
	padding-bottom: 12px;
}

.poem {
	font-family: "courier new";
}

.poem_header {
	font-family: "courier new";
	font-size: 140%;
	font-weight: bold;
	padding-top: 25px;
	text-transform : uppercase;
}

span.strong {
	font-weight: bold;
}

span.em {
	font-style: italic;
}

span.underline {
	border-bottom: 1px solid;
}

.hr {
	margin-top: 48px;
	border-bottom: thin dotted #000000;
}