#site .sitemain h1 {
	font-family: 'BookplateBoldItalic';
	font-size: 24px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #395D13;
	margin-top:15px;
}

#site .sitemain h2 {
	font-family: 'BookplateBoldItalic';
	font-size: 20px;
	color: #395D13;
}

#site .sitemain h3 {
	font-family: 'BookplateBoldItalic';
	font-size: 16px;
	color: #ED6712;
}
#site .sitemain h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	background-color: #395D13;
	padding: 5px;
	font-style: italic;
	font-weight: normal;
}

#site .sitemain h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #ED6413;
	padding: 3px;
	font-style: italic;
}

#site .sitemain h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	padding-bottom: 2px;
}


#site .sitemain ul {
	list-style-image: url(images/list_bullet.png);
	list-style-position: outside;
	
}

#site .sitemain ul li {
	list-style-image: url(images/list_bullet.png);
	list-style-position: outside;
}
#site .sitemain ul ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	
}

#site .sitemain ul ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	
}

#site .sitemain .mainright blockquote {
	margin-left: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #395D13;
	font-style: italic;
	color: #333;
}




#site .sitemain pre {
	font-family: 'BookplateBoldItalic';
	font-size: 14px;
	text-align:center;
	color: #395D13;
	border: dotted 1px #eee;
	padding:7px;
}


/********************* FORMS ****************************/
#site .sitemain .mainright form{
	float:none;
	width:580px;
	
	margin:0px
	padding:0px;
}

#site .sitemain form .row,#site .sitemain .buttonrow{
	clear:both;
	float:none;
	overflow:auto;
	margin-bottom:5px;
}

#site .sitemain .row label{
	display:block;
	float:left;
	width:150px;
	overflow:auto;
	font-style:italic;
	clear:none;
}

#site .sitemain .row input{
	float:left;
	width:350px;
	margin:0px;
	clear:none;
}

#site .sitemain .row textarea{
	float:left;
	width:350px;
	height:60px;
	margin:0px;
	clear:none;
}

li.dropdown span {
	cursor:pointer;
}

li.dropdown ul span{
	cursor:auto;