body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
    margin:0px;
    padding: 0px;
    background-color: #fff;
}

/* +++++++++ BANNER +++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --- everything for the banner -- */
#banner {
}

html>body #banner {
}

#banner h1 { 
    font-size:14px;
    padding:10px 10px 0px 10px;
    margin:0px;
    text-align: center;
}
#banner h2 { 
    font-size:12px;
    padding:10px 10px 0px 10px;
    margin:0px;
    text-align: right;
}


/* +++++++++ RIGHT ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#rightwrapper {
    margin-left: 0px;
}
    
.rightcontent {
    border:1px solid #336699;
    margin-left:20px;
}
		
.rightcontent p {
    padding-right:15px;
    font-size:10px;
    margin-left:0px;
}


/* +++++++++ LEFT +++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* this will render the top 'border' of the top most left box */
.tablelefttop {
	display: none;
}

/* -- wrapper for the left hand side -- */
#leftwrapper {
	display: none;
}


/* --- special box at the top in the left collumn */
.leftcontenttop {
	display: none;
    }


.leftcontent {
	display: none;
}


/* +++++++++ COPYRIGHT ++++++++++++++++++++++++++++++++++++++++++++++++ */

	
#copyright {
    margin-top: 30px;
    margin-left: 0px;
    padding-left:0px;
    text-align: center;
    clear: both;
    font-family: arial, helvetica, serif;
    font-size: 80%;
    padding: 0px;
    width: 100%;
    background: #fff;
}
		

/* +++++++++ ALL STANDARD TEXT STUFF+++++++++++++++++++++++++++++++++++ */




p,h1,pre {
    margin:0px 10px 10px 10px;
}
    
h1 {
    font-size:14px;
    padding-top:10px;
}
h2 {
    font-size:12px;
    padding-top:10px;
}
h3 {
    font-size:12px;
    padding-top:10px;
}
    


/* +++++++++ SPECIAL DIV TO CREATE THE TRANSPARENCY UNDER THE +++++++++ */
/* +++++++++ MAIN NAVIGATION MENU ACCROSS THE PAGE ++++++++++++++++++++ */
#mainnavigation {
	display: none;
}

#transparency {
	display: none;
}

/* remove any default styles */
.nav, .nav * {
	display: none;
}


/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
	display: none;
}

/* A quick note about issues with submenus appearing under Flash animations. Some say that setting wmode="opaque" or  wmode="transparent" on the embed or object tag is sufficient. This does fix many issues but I find it sometimes helps to also add this CSS: */
embed, object {
	position: relative;
	z-index: 0;
	}


/* here is everything else that i do not want printed */
.longListingImg { display:none;}
