.header{
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 13px;
	text-decoration: none;
	color: White;
	font-weight: none;
	line-height: 24px;
}
.menu{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: White;
	font-weight: none;
}
.menu_on{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFAF68;
	font-weight: none;
}
.body{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: Black;
	font-weight: none;
	line-height: 24px;
}
p{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: Black;
	font-weight: none;
	line-height: 24px;
}
.bodyhome{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: Black;
	font-weight: none;
	line-height: 16px;
}
.footer{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: none;
	line-height: 24px;
}
.footer a:hover {
	color: White;
	text-decoration:underline;
}

.headline{
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #7C4C7E;
	padding: 5 0 0 0;
}
.listhead{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.list{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a:hover   {
	color : #FFAF68;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background: #FFFFFF;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}
.form_button {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	padding:2px;
	color: White;
	background: #330033;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
.image { 
	border: 2px solid #7C4C7E; 
}

#sddm
{	margin: 0;
	padding-left: 40;
	_padding-left: 0;
	z-index: 100;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	FONT-SIZE: 14px;
	COLOR: White; 
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration:none;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 9px;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	color: #E6C5A9}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 3 0 0 8;
	padding: 0;
	background: #F6EDE4;
	z-index: 100;
	border: 2px solid #FFD24E}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5 5 5 5;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #F6EDE4;
		color: Black;
		font-size: 12px;
		font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	}

	#sddm div a:hover
	{	color: #D08036}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
top: -285px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 0px;
top: -450px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 50px; /*position where enlarged image should offset horizontally */

}