
	.body {font-family : Arial;font-size : 11pt;color:#5C4E33;}
	A.body {color:#72BC1F;text-decoration:underline;font-weight:bold;}
	A.body:Active {color:#72BC1F;text-decoration:underline;font-weight:bold;}
	A.body:Visited {color:#72BC1F;text-decoration:underline;font-weight:bold;}
	A.body:Hover {color:#FF581D;text-decoration:none;font-weight:bold;}
	
	.body2 {font-family : Arial;font-size : 9pt;color:#5C4E33;}
	A.body2 {color:#72BC1F;text-decoration:underline;font-weight:bold;}
	A.body2:Active {color:#72BC1F;text-decoration:underline;font-weight:bold;}
	A.body2:Visited {color:#72BC1F;text-decoration:underline;font-weight:bold;}
	A.body2:Hover {color:#FF581D;text-decoration:none;font-weight:bold;}
	
	.title {font-family : Arial;font-size : 14pt;color:#FF581D;font-weight:bold;}
	A.title {color:#FF581D;text-decoration:underline;font-weight:bold;}
	A.title:Active {color:#FF581D;text-decoration:underline;font-weight:bold;}
	A.title:Visited {color:#FF581D;text-decoration:underline;font-weight:bold;}
	A.title:Hover {color:#FF581D;text-decoration:none;font-weight:bold;}
	
	.menu {font-family : Arial;font-size : 10pt;color:#5C4E33;font-weight:bold;}
	A.menu {color:#5C4E33;text-decoration:none;font-weight:bold;}
	A.menu:Active {color:#5C4E33;text-decoration:none;font-weight:bold;}
	A.menu:Visited {color:#5C4E33;text-decoration:none;font-weight:bold;}
	A.menu:Hover {color:#FFFFFF;text-decoration:none;font-weight:bold;}

	.menu2 {font-family : Arial;font-size : 10pt;color:#5C4E33;font-weight:bold;}
	A.menu2 {color:#5C4E33;text-decoration:none;font-weight:bold;}
	A.menu2:Active {color:#5C4E33;text-decoration:none;font-weight:bold;}
	A.menu2:Visited {color:#5C4E33;text-decoration:none;font-weight:bold;}
	A.menu2:Hover {color:#72BC1F;text-decoration:none;font-weight:bold;}
	
	.headline4 {font-family : Arial;font-size:11pt;color:#1E0E89;font-weight:Bold;}
	
	.sitetools {font-family : Arial;font-size : 10pt;color:#575247;font-weight:bold;}
	A.sitetools {color:#575247;text-decoration:none;font-weight:bold;}
	A.sitetools:Active {color:#575247;text-decoration:none;font-weight:bold;}
	A.sitetools:Visited {color:#575247;text-decoration:none;font-weight:bold;}
	A.sitetools:Hover {color:#733037;text-decoration:none;font-weight:bold;}
	
	.footer {font-family : Arial;font-size:9pt;color:#5C4E33;font-weight:bold;}
	A.footer {color:#5C4E33;text-decoration:underline;font-weight:bold;}
	A.footer:Active {color:#5C4E33;text-decoration:underline;font-weight:bold;}
	A.footer:Visited {color:#5C4E33;text-decoration:underline;font-weight:bold;}
	A.footer:Hover {color:#5C4E33;text-decoration:none;font-weight:bold;}

	INPUT.submit {font-family:Arial; font-size:10pt; font-weight:bold; color:#5C4E33; background:#C8BDA9;}
	
	INPUT.submitdelete {
	font-family:arial, helvetica, sans-serif; 
	font-size:10pt;
	font-weight:bold;
	color:#C8BDA9;
	background-color:#5C4E33;}
	
	.adminstatus {font-family : Arial;font-size : 9pt;color:#B93000;}
	A.adminstatus {color:#B93000;text-decoration:underline;}
	A.adminstatus:Active {color:#B93000;text-decoration:underline;}
	A.adminstatus:Visited {color:#B93000;text-decoration:underline;}
	A.adminstatus:Hover {color:#B93000;text-decoration:none;}
	
	.myhr {font-family : Arial;font-size : 4pt;color:#000000;line-height: 1px;}
	.myadbrdr {border-bottom-color: Gray; border-bottom-style: solid; border-bottom-width: 1px; border-right-color: Gray; border-right-style: solid; border-right-width: 1px;}
	
	.gallerycontainer{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
	}
	
	.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
	}
	
	.thumbnail:hover{
	background-color: transparent;
	}
	
	.thumbnail:hover img{
	border: 1px solid blue;
	}
	
	.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	}
	
	.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}
	
	.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 80px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	}
	
	/* brown 5C4E33 green F0D77F purple 1F0F84 */
	.menuTop{color:#5C4E33; font-family:arial, helvetica, sans-serif; font-size:11pt;text-decoration:none;}
	a.menuTop {color:#5C4E33; font-family:arial, helvetica, sans-serif; font-size:11pt;text-decoration:none;}
	a.menuTop:hover {color:#F0D77F; font-family:arial, helvetica, sans-serif; font-size:11pt;text-decoration:none;}
	
	.menuskin{
	position:absolute;
	width:200px;
	background-color:#1F0F84;
	font-family:arial, helvetica, sans-serif; font-size:11pt; font-weight:bold;
	line-height:20px;
	z-index:100;
	visibility:hidden;
	}
	
	.menuskin a{
	text-decoration:none;
	color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
	}
	
	.menuskin a:hover{
	text-decoration:none;
	color:#C8BDA9;
	padding-left:3px;
	padding-right:3px;
	}
	
	#mouseoverstyle{
	background-color:#1F0F84;
	}
	
	#mouseoverstyle a{
	color:#1F0F84;
	}
