body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #6B8D89;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	text-decoration: none;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	text-decoration: underline;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	padding: 0px;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B8D89;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6B8D89;
}
h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6B8D89;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #6B8D89;
	margin: 0px;
}
a:link {
	color: #6B8D89;
	text-decoration: underline;
}
a:visited {
	color: #6B8D89;
	text-decoration: underline;
}
a:hover {
	color: #524E35;
	text-decoration: underline;
}
.topblock {
	background-image: url(../images/bckgnd_top01.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 194px;
}
.header {
	height: 90px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header01.gif);
	background-position: 20px 13px;
	background-repeat: no-repeat;
}
.header2 {
	height: 90px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header04.gif);
	background-position: 0px 13px;
	background-repeat: no-repeat;
}
.topnav {
	height: 34px;
	width: 750px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: -15px;
	margin-left: auto;
}
.tabs {
	margin: 0px;
	padding: 0px;
}

.tabs ul {
	padding: 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin: 0px;
}

.tabs li {
	display: inline;
	margin: 0;
}

.tabs li a {
	text-decoration: none;
	padding: 0px; /*THEME CHANGE HERE*/
	background-position: left top;
	margin: 0px;
}

.tabs li a:visited {
	text-decoration: none;
	padding: 0px; /*THEME CHANGE HERE*/
	background-position: left top;
	margin: 0px;
}

.tabs li a:hover {
	text-decoration: none;
	padding: 0px; /*THEME CHANGE HERE*/
	background-position: left top;
	margin: 0px;
}

.tabs li.selected {
	margin: 0px;
	padding: 0px;
}

.tabs li.selected a { /*selected main tab style */
	margin: 0px;
	padding: 0px;
}

.tabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #e8fad5;
}
.bottomnav {
	width: 730px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #524E35;
	line-height: 20px;
	display: none;
    padding: 10px 0 0 0;
    position: relative;
}
.bottomnav a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #524E35;
	text-decoration: none;
}
.bottomnav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #524E35;
	text-decoration: none;
}
.bottomnav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomnav_container {
    height: 60px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    width: 750px;
}
.mainblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 710px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.mainblock h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6B8D89;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 5px;
	margin-right: 0px;
}
.mainblock img {
	float: left;
	margin-top: 5px;
	border: 1px solid #6B8D89;
	padding: 4px;
	margin-right: 15px;
	margin-bottom: 5px;
	clear: right;
}
.mainblock ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.mainblock li {
	list-style-position: outside;
	list-style-image: url(../images/arrow_small01.png);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
.mainblock2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 710px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.mainblock2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6B8D89;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 5px;
	margin-right: 0px;
}
.mainblock2 img {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	clear: right;
}
.mainblock2 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.mainblock2 li {
	list-style-position: outside;
	list-style-image: url(../images/arrow_small01.png);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
.practice {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.left {
	width: 400px;
	float: left;
	margin-left: 30px;
}
.right {
	margin-left: 470px;
}
.highlight1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #524E35;
	background-color: #C4D2D7;
	padding: 7px;
}
.highlight2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B8D89;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	border: 1px dashed #6B8D89;
}
.highlight3 {
	border: 1px dashed #6B8D89;
	background-color: #C4D2D7;
	margin: 0px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B8D89;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 22px;
}
.highlight3 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.highlight4 {
	border: 1px dashed #6B8D89;
	background-color: #C4D2D7;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B8D89;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 22px;
	margin: 0px;
	position: relative;
	width: 537px;
	float: right;
}
.highlight4 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.highlight5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B8D89;
	text-decoration: none;
	text-align: center;
	background-color: #C4D2D7;
	padding: 5px;
	border: 1px dashed #6B8D89;
}
.highlight6 {
	border: 1px dashed #6B8D89;
	background-color: #C4D2D7;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B8D89;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 22px;
	margin: 0px;
	position: relative;
	width: 442px;
	float: right;
}
.highlight6 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.highlight7 {
	border: 1px dashed #6B8D89;
	background-color: #C4D2D7;
	margin: 0px;
	width: 692px;
	color: #6B8D89;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
	position: relative;
	display: table;
}
.imgrow {
	margin-bottom: 22px;
	position: relative;
}
.imggallery { /*IE*/
	position: relative;
	float: left;
	padding-bottom: 15px;
}
html>body .imggallery {
	position: relative;
	float: left;
	padding-bottom: 0px;
}
.imggallery img {
	width: 90px;
	height: 68px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-color: #6B8D89;
	border: 1px;
	border-style: solid;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}
html>body .imggallery img {
	width: 90px;
	height: 68px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-color: #6B8D89;
	border: 1px;
	border-style: solid;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imggallery img.last {
	margin-right: 0;
}

.big1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B8D89;
}
.small1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #524E35;
	text-decoration: none;
}
.comment {
	padding: 0px;
	border: 1px solid #6B8D89;
	margin-bottom: 10px;
}
.comment_top {
	background-color: #C4D2D7;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	line-height: 28px;
}
.comment_top img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.comment_bot {
	font-family: "Courier New", Courier, monospace;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.comment_let {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.publication {
	padding: 0px;
	border: 1px solid #6B8D89;
	margin-bottom: 10px;
}
.publication_top {
	background-color: #C4D2D7;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	line-height: 28px;
}
.publication_top img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.publication_bot {
	font-family: "Courier New", Courier, monospace;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.event {
	padding: 5px;
	border: 1px solid #6B8D89;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.eventhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6B8D89;
	padding: 5px;
	line-height: 26px;
}
.eventhead img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.eventdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B8D89;
	font-size: 14px;
}
.eventtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
	margin-right: 42px;
	margin-left: 42px;
	margin-top: 10px;
}

.bottomblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #827F60;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #524E35;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #524E35;
}
.footer {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #524E35;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.footer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #524E35;
}
#col1 {
	padding: 0;
	float: left;
	width: 220px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	/*border-right: 1px solid #422f1f;*/
}
#col2 {
	padding: 0;
	float: left;
	width: 278px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	/*border-right: 1px solid #422f1f;*/
}
#col3 {
	margin:0;
	padding: 0;
	float: left;
	width: 170px;
}
.rcl {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rcl li a:link { /*IE only hack*/
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: normal;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.rcl li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: normal;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.rcl li a:hover {
 	color: #C4D2D7;
	background-color: #524E35;
	text-decoration: none;
	font-size: 10px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: normal;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.rcl ul {
	padding: 0;
	list-style-type: none;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.rcl2 {
	margin-left: 20px;
}
.rcl2 li a:link { /*IE only hack*/
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: normal;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #827F60;
}
.rcl2 li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.85em;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	background-color: #827F60;
}
.rcl2 li a:hover {
	color: #C4D2D7;
	background-color: #524E35;
	text-decoration: none;
}
.rcl2 ul {
	padding: 0;
	list-style-type: none;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.lihigh {

}
.lihigh a:link { /*IE only hack*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #67644B;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.lihigh a:visited { /*IE only hack*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #67644B;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.lihigh a:hover { /*IE only hack*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #5A5841;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
html>body .lihigh a:link {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #67644B;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
html>body .lihigh a:visited {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #67644B;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
html>body .lihigh a:hover {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #5A5841;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.lihigh2 a:link { /*IE only hack*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #96AFAC;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.lihigh2 a:visited { /*IE only hack*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #96AFAC;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.lihigh2 a:hover { /*IE only hack*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #C4D2D7;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
html>body .lihigh2 a:link {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #96AFAC;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
html>body .lihigh2 a:visited {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #96AFAC;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
html>body .lihigh2 a:hover {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #524E35;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #C4D2D7;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.specialevent {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.specialeventimg img {
	border: 3px solid #FFFFFF;
	margin-left: 4px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: center;
	padding: 0px;
}
.specialevent2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
.specialevent3 {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	text-align: center;
}
.specialevent img {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.literature {
	padding-left: 23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.literature img {
	border: none;
	background-color: #524E35;
	padding: 5px;
	margin: 5px;
}
.lit_box {
	padding: 0px;
	border: 1px solid #6B8D89;
	margin-bottom: 10px;
}
.lit_head {
	background-color: #C4D2D7;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	line-height: 28px;
	padding-bottom: 0px;
}
.lit_head_small {
	font-size: 10px;
	color: #6B8D89;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}

.lit_head img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.lit_bot {
	font-family: "Courier New", Courier, monospace;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.lit_bot img {
	clear: none;
	float: none;
}
.copyright {
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #524E35;
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #524E35;
}
.copyright a:link {
	color: #524E35;
	text-decoration: none;
}
.copyright a:hover {
	color: #C4D2D7;
	text-decoration: underline;
}
.copyright a:visited {
	color: #524E35;
	text-decoration: none;
}
.list01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.list02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #524E35;
	background-color: #FFFFFF;
}
.list03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B8D89;
	background-color: #FFFFFF;
}
.row1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #C4D2D7;
}
.row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #D9E3E7;
}
.review {
	padding: 0px;
	border: 1px solid #6B8D89;
	margin-bottom: 10px;
}
.review_top {
	background-color: #C4D2D7;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6B8D89;
	line-height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.review_top img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.review_bot {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
	margin: 0px;
}
.review_sub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 10px;
	padding-left: 49px;
	padding-bottom: 5px;
	color: #6B8D89;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6B8D89;
	position: relative;
}
.review_sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 10px;
	padding-left: 49px;
	padding-bottom: 5px;
	color: #6B8D89;
	padding-top: 5px;
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
}
.rated {
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100px;
	right: 5px;
	top: 4px;
}
.rated img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C4D2D7;
	text-decoration: none;
}
.redhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.redhead2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.redhead2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
.redhead2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.specev a:link {
	background-color: #726F54;
}
.spechead {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.botevcon {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: blink;
}
.maps {
	text-align: center;
}
.maps img {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: none;
	float: none;
}
