body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
color:#000000; 
background-image:url(images/website_background.jpg);
/* background-color:#FFFFFF;   */ 
}

table {	border: none; }
img { border: none; }
textarea { font-family: Verdana, Tahoma, Arial; font-size: 12px; }

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #CCCCFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F6ECF6;
}

a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color: #000000; text-decoration: underline; }

a:link.text { color:#990000; text-decoration:none; } /*492A37 663366 */
a:visited.text  { color:#990000; text-decoration:none; }
a:active.text  { color:#990000; text-decoration:none; }
a:hover.text  { color: #990000; text-decoration: underline; }

a:link.gal { color:#666699; text-decoration:none; } /*492A37 663366 */
a:visited.gal  { color:#666699; text-decoration:none; }
a:active.gal  { color:#666699; text-decoration:none; }
a:hover.gal  { color: #000066; text-decoration: none; }

a:link.headernav { color:#FFFFFF; font-weight:bold; font-size:14px; text-decoration:none; } /* <-13 */
a:visited.headernav { color:#FFFFFF; font-weight:bold; font-size:14px; text-decoration:none; }
a:active.headernav { color:#FFFFFF; font-weight:bold; font-size:14px; text-decoration:none; }
a:hover.headernav { color: #FFFFFF; font-weight:bold; font-size:14px; text-decoration:underline; }

div.header {
color: #000000;
font-family: Verdana, Tahoma, Arial;
font-size: 12px;
position: absolute; /* Says which positioning we are using */
left: 8px; /* 17% from the left side of the screen */
width: 920px; /* This is the width */
top: 8px; /* 80 pixels from the top */
height: 175px;
border-width: 1px;
border-color:#666666;
border-style:solid;
z-index:3;
}

div.body_lt {
	color:#000000;
	font-family: Verdana, Tahoma, Arial;
	font-size:12px;
	position:absolute;
	left:8px;
	width:228px;
	top:190px;
	border-width:5px;
	border-color:#CCCCFF;
	border-style:solid;
	height:460px;
	z-index:3;
	background-color:#FFFFFF; 	
} 

div.body_menu {
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	position: absolute;
	left: 253px;
	width: 675px;
	top: 190px;
	border-width: 1px;
	border-color: #666666;
	border-style:solid;
	height: 30px; 
	background-color:#CCCCFF; 
	z-index:2;
} 

div.body_top {
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	position: absolute;
	left: 253px;
	width: 665px;
	top: 228px;
	border-width: 5px;
	border-color: #CCCCFF;
	border-style:solid;
	height: 30px; 
	background-color:#FFFFFF; 
	z-index:3;
	overflow-x: hidden;
	overflow-y: auto;
}  
