body {
	font-family: Arial, sans-serif;
 font-size: 11pt;
	color: #000000;
}

a {
	color: #000000;
}

/*************/
/* Container */
/*************/
div#container h1 {
	display: none;
}

div#container p.seo {
 display: none;
}

/**********/
/* Header */
/**********/
div#header {
	height: 90px;
	position: relative;
}

div#header form#loginform {
	display: none;
}

div#header img#logo {
	position: absolute;
	top: 0;
	right: 0;
}

div#header img#banner {
	display: none;
}

/*******/
/* Nav */
/*******/
div#nav ul {
	display: none;
}

/***********/
/* Sub Nav */
/***********/
div#subnav {
	display: none;
}

/*********************/
/* Content Container */
/*********************/
div#contentcontainer {
	clear: both;
}

/***********/
/* Content */
/***********/
div#content h2, div#content h3, div#content h4 {
	font-weight: bold;
	margin: 0;
	clear: left;
}

div#content h2 {
	font-size: 14pt;
}

div#content h3 {
	font-size: 13pt;
	padding: 0;
	padding-top: 10px;
}

div#content h4 {
	font-size: 12pt;
	padding: 0;
	padding-top: 5px;
}

div#content ul {
	list-style-type: square;
}

div#content img.right {
	float: right;
}

div#content img.left {
	float: left;
}

div#content table.data {
	border-collapse: collapse;
}

div#content table.data th {
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #000000;
}

div#content table.data td, div#content table.data th {
	padding: 4px;
}

div#content a {
	font-weight: bold;
	text-decoration: underline;
}

div#content table.data th a {
	text-decoration: none;
}

/***************/
/* Content Nav */
/***************/
div#contentnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#contentnav li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
	float: left;
	border-bottom: 2px solid #000000;
}

div#contentnav a {
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
	display: block;
	float: left;
	clear: left;
	height: 1%;
	padding: 5px;
	border-right: 1px solid #666666;
	color: #666666;
}

div#contentnav li.last a {
	border-right: 0;
}

div#contentnav a.on {
	color: #000000;
	font-weight: bold;
}

/*********/
/* Boxes */
/*********/
div#boxes {
	display: none;
}

/**********/
/* Footer */
/**********/
div#footer {
	clear: both;
	padding-top: 20px;
}

div#footer p {
	padding: 0px;
	margin: 0px;
}

div#footertop {
	display: none;
}

div#footer a {
	text-decoration: none;
}

div#footermiddle {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	text-transform: uppercase;
}

div#footerbottom {
	display: none;
}