
/* TAGS */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}

body {
	text-align: center;
	height: auto;
	background-color: #333;
}

p {
	margin-bottom: 12px;
}

ul {
	padding-left: 19px;
	list-style: disc;
	text-indent: -3px;
	margin-left: 0;
	margin-bottom: 5px;
}

li {
	margin-bottom: 7px;
}

/* CLASSES */

.announcement {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: 900;
	text-align: center;
	line-height: 1.5em;
}

.announcement A:link {color: #00f; text-decoration: underline}
.announcement A:visited {color: #00f; text-decoration: underline}
.announcement A:hover {color: #f00; text-decoration: none}
.announcement A:active {color: #f00; text-decoration: none}

.smallnote {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
}

strong {
	font-weight: 900;
}


/* IDs */

#maincontainer {
	width: 900px;
	height: 650px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
	border: none;
	overflow: auto; 
	background-color: fff;
}

#headerwrapper {
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #fff;
}

#header {
	width: 900px;
	height: auto;
	text-align: center;
	vertical-align: top;
}

#item {
	background-color: #fff;
	float: left;
}

#itemwrapper {
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #fff;
}

#textcontent {
	margin-left: 30px;
	padding: 10px;
	background-color: #fff;
}

#footercontainer {
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
	border: none;
	overflow: auto; 
	background-color: #333;
}

#footer {
	text-align: center;
	width: 900px;
	font-family: Tahoma; Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #666;
	background-color: #333;
}
