/*** MAIN ELEMENTS
*********************************************************/

* {
	font-size: 10pt;
	line-height: 1.3; 
}

.#left, #left, #header, #search {
	display: none;
}

#top {
	width: auto;
	margin: 5% 0 0 0;
	padding: 0;
	border: 0;
}

.middlecontainer {
	width: auto;
	margin: 0 0 5% 0;
	padding: 0;
	border: 0;
}

#right {
	width: auto;
	margin: 0 5%;
	padding: 0;
	position: static;
	border: 0;
}




/*** HEADINGS
*********************************************************/

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}




/*** TEXT
*********************************************************/

blockquote {
	font-style: italic;
}




/*** TABLES
*********************************************************/

table {
	border: 1px solid #aaa;
}

table thead th {
	border-bottom: 1px solid #999;
	vertical-align: top;
}

table tfoot th {
	vertical-align: bottom;
}

table tbody td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #ccc;
	vertical-align: top;
}




/*** MISC
*********************************************************/

.floatleft {
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

.floatright {
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	float: right;
}

.note {
	margin: 0pt 20pt 10pt 20pt;
}




/*** LINKS
*********************************************************/

a {
	color: #333;
	text-decoration: none;
}