body {
	margin-top: 0px;
	background-color: #999999;
	background-image: url(images/backround.jpg);
    background-position: top center;
	background-repeat: no-repeat;
} 
 



.nav, .nav a:link, .nav a:visited {
	color:#ffffff;
	font:bold 13px Century Gothic, Verdana;
	text-decoration:none;
}
.nav a:hover {
	color:#000000;
    font:bold 13px Century Gothic, Verdana;
	text-decoration:none;
}

.heading {
	color:#F0FAC2;
	font:bold 30px Century Gothic, Verdana;
}
.sub_heading {
	color:#F0FAC2;
	font:bold 24px Century Gothic, Verdana;
}
.text_heading {
	color:#F0FAC2;
	font:bold 16px Century Gothic, Verdana;
}
.text {
	color:#F0FAC2;
	font:bold 14px Century Gothic, Verdana;
}
.text, .text  a:link, .text  a:visited {
    color:#F0FAC2;
	font:bold 14px Century Gothic, Verdana;
	text-decoration:none;
}
.text a:hover {
	color:#000000;
    font:bold 14px Century Gothic, Verdana;
}

.text_info {
	color:#F0FAC2;
	font:bold 11px Century Gothic, Verdana;
}


.text_sm {
	color:#F0FAC2;
	font:bold 10px Century Gothic, Verdana;
}

.footer_link, .footer_link  a:link, .footer_link  a:visited {
	color:#BE110A;
	font:bold 14px Century Gothic, Verdana;
	text-decoration:none;
}
.footer_link a:hover {
	color:#000000;
	font:bold 14px Century Gothic, Verdana;
	text-decoration:none;
}

/* form */

.formfield{
    text-align: left;
	width: 120px;
	height: 18px;
	background-color: #F0FAC2;
	color: #000;
    font:bold 10px Century Gothic, Verdana;;
}
.formfieldbig{
    text-align: left;
	width: 220px;
	height: 18px;
	background-color: #F0FAC2;
	color: #000;
    font:bold 10px Century Gothic, Verdana;;
}

.button, .button a:link, .button a:visited {
	text-align: center;
	color:#04738F;
    font:12px Tahoma, Verdana, Arial;
	width: 70px;
	height:16px;
	border: 1px solid #04738F;
	background-color: #D1DEE4;
    text-decoration:none;
}

.button a:hover {
	text-align: center;
	color:#04738F;
    font:12px Tahoma, Verdana, Arial;
	width: 70px;
	height:16px;
	border: 1px solid #04738F;
	background-color: #D1DEE4;
    text-decoration:none;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
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: 20;
left: -160px; /*position where enlarged image should offset horizontally */

}