img {
     border: 0;
}

a:link {
     text-decoration: none;
     color: #cccccc;
}

a:hover {
     text-decoration: underline;
     color: #ffffff;
}

.body {
     background: url(buttons/background.png);
     width: 95%; 
     border: 0; 
}

.bodyi {
     background: url(buttons/bg_ret.png);
     width: 95%;
}

#header {
/* background image shows through top padding, set to image height */
     padding: 80px 0 0 0;
     overflow: hidden;
     background-image: url(buttons/logo.png);
     background-repeat: no-repeat;
     height: 0px !important;
/* this is the explorer hack */
     height /**/: 80px;
     margin: 2% 0 2% 5%;
     border: ridge 4px #a9a9a9;
}

.main {
     float: right;
     width: 85%;
     margin: 0% 5%;
     font-family: "trebuchet ms";
     font-size: 14px;
}

.levels {
     margin: 2% 0% 2% 4%;
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0;          
}

#BottomFrame {
/*	width: 100%;
	height: 100%; */
width: 200px;
height: 300px;
        border: 0;
}

.banner {
	font: 14px "Trebuchet MS", verdana, arial;
	color: #ffffff;
        margin: 10px 0 0 0;
}

.content {
        font-family: "Trebuchet MS", verdana, arial;
	padding: 0 6px;
	color: #111111;
        font-size: 14px;	
}
        
.thmarg {
     margin-left: 15%;
}

.thmbor {
     border: solid 2px #cccccc;
} 

.lower {
     clear: right;
     padding: 5px; 
     text-align: center; 
     margin-left: 5%;
     border: ridge 4px #a9a9a9;
}


