/* CSS Document */
body {
margin-top:10;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#3c3210;
background:url(images/bg.jpg);
background-repeat:no-repeat;
background-position: center;
background-attachment:fixed;
 
}

textarea {
	font-family: verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.smboxerlt {
position:absolute;
z-index:2;
margin-left:15px;
margin-top:4px;
}

.smboxerrt {
position:absolute;
z-index:2;
margin-left:690px;
margin-top:-139px;
}

.vlineside {
	position:absolute;
	z-index:2;
	margin-left: 15px;
	margin-top:0px;
}

.header {
z-index:0;
text-align:center;
}

.botline {
	margin-bottom:0px;
}

.boxer {
margin-bottom:0px;
margin-right:20px;
text-align: right;
}


* { behavior: url(iepngfix.htc) } 

.content {
margin:5px;
text-align:justify;
}

a {text-decoration: underline;}

a:hover {
color: #ba9d42;
font-weight:bold;
}

a:link, a:visited {
font-weight:bold;
color: #3c3210;
}

/* Code for the mouse over images */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ba9d42;
padding: 5px;
left: -1000px;
border: 1px dashed #3c3210;
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: -200px;
left: -400px; /*position where enlarged image should offset horizontally */

}

.outline {
border: 1px dashed #3c3210;
}

#errorMessage {
	
	color: red;
	font-weight: bold;
	
}

#successMessage {
	
	color: green;
	font-weight: bold;
	
}
