/*@import url("nextMenu.css");*/

body, table{
	font : 12pt/1.5 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}

/*

Original (homegrown) elements

*/
#header{
	display: none;
}

#content{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: transparent;
}
#contentHead, #contentFoot, #sideBox, #tabs{
	display: none
}

#mainCaption{ margin: -10px 0px 20px 60px; }

.imageCaption{ font-style: italic; }

#footer{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 50px 3px 3px 3px;
	font-size: 0.8em;
}
#footer .seperate{ margin-left: 18px; }
#footer .lowcontrast{ color: #ddd; }

.floatLeft{
	float: left;
	margin: 5px 10px 5px 0px;
}

.halfWidth{
	width: 100%;
	float: none !important;
}
.halfWidth#left{
	border-right: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*

HTML elements

*/

h1{
	/* section title. this appears on every page its section */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image : none;
	width: 100%;
}
h1 span{ display: block; }

