body{
margin:0px;
background-image: url(images/background.jpg);
background-repeat:repeat-x;
background-color:#7A776E;
font-family:arial,Helvetica,sans-serif;
font-size:12px;
color:#666666;

}

.header{
background-image:url(images/banner.jpg);
background-position:center;
background-repeat:no-repeat;
width:764px;
height:173px;

}
td{
font-family:arial,Helvetica,sans-serif;
font-size:12px;

}

td img {
display: block;
}


.box{
position:relative;
width:760px;
height:360px;
background:#E5D9AC;
text-align:left;
scrollbar-face-color: #Fbfbf9;
scrollbar-shadow-color: #C9C9C2;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #B3CDEF;
scrollbar-darkshadow-color: #C9C9C2;
scrollbar-track-color: #F9F9F7;
scrollbar-arrow-color: #C9C9C2;
margin-top:10px;
}

.textbox{
	position:absolute;
	top:2px;
	left:302px;
	width:458px;
	height:350px;
	background:#E5D9AC;
	overflow:auto;
	
}

.leftblock{
position:absolute;
right:460px;
top:0px;
height:350px;
width:300px;

}

/*------------------------------------------------------------*/
/*drop down menu css*/
/*------------------------------------------------------------*/
#dropmenu {
	height:15px;
	text-align:center;
	}
#indrop {
	margin-top:5px;
		}

/*drop menu links*/
a.droplink:link,a.droplink:visited,a.droplink:active{
	padding-left: 6px;
	padding-right: 6px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFBFB;	
}
a.droplink:hover{
	color:#666666;
	text-decoration:none;
}


a.inlink:link{text-decoration: none; color: #666666; font-size: 12px; font-weight: normal; font-family:arial}
a.inlink:visited{text-decoration: none; color: #666666; font-size: 12px; font-weight:normal; font-family:arial}
a.inlink:hover{text-decoration: underline; color: #ffffff; font-size: 12px; font-weight:normal; font-family:arial}
a.inlink:active{text-decoration: none; color: #666666; font-size: 12px; font-weight:normal; font-family:arial}

a.small:link{text-decoration: none; color: #C7BE9B; font-size: 10px; font-weight: bold; font-family:arial}
a.small:visited{text-decoration: none; color: #C7BE9B; font-size: 10px; font-weight: bold; font-family:arial}
a.small:hover{text-decoration: underline; color: #C7BE9B; font-size: 10px; font-weight: bold; font-family:arial}
a.small:active{text-decoration: none; color: #C7BE9B; font-size: 10px; font-weight: bold; font-family:arial}

.small{
font-family: verdana, arial;
color: #ACB5A7;
font-size: 10px;
font-weight:bold;
}
.mainhead{
font-size:14px;
color:#666666;
margin-top:0px;
}
.secondhead{
font-size:12px;
color:#666666;
margin-top:5px;
}