html,body,p,div{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
body {
	margin-top: 10px;
}
#pageholder {
width:780px; 

margin:0 auto;
}

#maintext {
background-image:url(images/main_background.gif); 
background-repeat:repeat-y;
padding-left:90px;
padding-right:40px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width:650px;
overflow:hidden;
}

#topbanners {
background-repeat:no-repeat;
}
#topbanners A {
display:block;
line-height:20px;
width:213px;
filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
#topbanners A:hover {
filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
#footer {
background-image:url(images/footer_back.gif);
	background-repeat:no-repeat; 
	background-position:bottom;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#extras {
background-color:#000;
text-align:right;
padding-right:7px;
margin:0px 1px 0px 1px;
height:20px;
overflow:hidden;

}
#extras input {
font-size:10px;
border:1px solid #000000;
margin-top:-5px;
height:12px;
}
#extras input.submit {
font-size:16px;
}
#extras A {
text-decoration:none;
padding:2px 4px 20px 4px;
border-right:#666666 solid 1px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#extras A:hover {
color:#FFFFFF;
}
















 /********************************************* popup box styling starts here */

.popup{
position: relative;
z-index: 0;

text-decoration:none;
color:#990000;

}

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

.popup span{ /*CSS for enlarged image*/
position: absolute;
width:400px;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 2px solid black;
visibility: hidden;
color: black;
text-decoration: none;
padding: 10px;
}

.popup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.popup span h1{ /*CSS for enlarged image*/
display:block;
background-color:#990000;
}

.popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
 
 /********************************************* popup box styling ends here */
 
 





