@charset "utf-8";

div#header {
         display: none;
}

div#content {
	text-indent: 0;
	font-size: 12px;
	margin-top: 3px;
	margin-left: 8px;
}

div#footer {
        display: none;
}

div#sidebar {
	display: none;
}

/*	Begin Headers */
h1 {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	text-decoration: underline;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h4 {
	padding: 0;
	margin: 0 0 0;
	text-decoration: bold;
	}

/*
ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
*/

img {
	border: 0;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

#primary table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

#primary table th,
#primary table td {
	padding: 3px;
	font-size: 90%;
}

#primary table th {
	border-bottom: 1px solid #333333;
}

#primary table td {
	border: 1px dotted #333333;
}
