/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrp {
	width:100%;
	background-image: url(/img/bigBck.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#wrp2 {
	width:100%;
	background-image: url(/img/ftBck.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#header {
	height: 155px;
	width: 800px;
	position: relative;
}
#header p {
	width: 300px;
	float: left;
	padding-top: 16px;
	margin: 0px;
	padding-left: 10px;
	font-size: 10px;
	color: #660066;
	height: 22px;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	width: 260px;
}
#nav li {
	display: block;
	float: left;
	width: auto;
	
}
* html #nav li {
	width: 85px;
}
#nav li a {
	height: 28px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 3px;
}
#nav li a:hover {
	color: #fff;
	background-color: #824789;
}
#footer {
	height: 30px;
	padding-top: 43px;
	width: 760px;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
	font-size: 10px;
	clear: both;
	position: relative;
	margin-top: 2px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
#content {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEBEC0;
	border-left-color: #BEBEC0;
	padding-top: 20px;
}
#content h2 {
	font-size: 18px;
	background-image: url(/img/h3Flwr2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #613566;
	letter-spacing: 1px;
	margin-top: 0px;
}
#content h3 {
	font-size: 18px;
	margin-top: 0px;
	background-image: url(/img/h3Flwr2.gif);
	background-position: 200px center;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 242px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #613566;
}
#content h4 {
	font-size: 14px;
	color: #613566;
	margin-right: 20px;
	margin-left: 20px;
}

#content p {
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.bulletList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bulletList li{
	margin-top: 3px;
	margin-bottom: 3px;
}



#site {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#palmBox {
	background-image: url(/img/plmBxBck.jpg);
	width: 200px;
	min-height: 400px;
	background-position: bottom;
	padding-bottom: 20px;
	float: left;
	clear: left;
	margin-bottom: 1px;
	margin-right: 20px;
	margin-top: -20px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.entryForm {
	border: 1px solid #9A5FA3;
	width: 520px;
	margin-left: 20px;
}
.entryForm th{
	text-align: right;
	padding: 4px;
	color: #6D5874;
	background-color: #EDEDE7;
	width: 30%;
}
.entryForm td{
	padding: 4px;
	background-color: #F7F7F5;
}
.entryForm .formHelp {
	font-style: italic;
	background-color: #F0F0EC;
	width: 40%;
	font-size: 11px;
}
