body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#outerwrapper{
	margin:20px auto;
	width: 940px;
}
#tablink {
	width:31px;
	float: left;
}

/* Standard Footer CSS */
#footer {
	float: left;
	background-color: #FFFFFF; 
	border-top: 2px solid #009933;
	width:869px;
}

#nav{
	float:left;
	background-color: #FFFFFF;
	width: 470px;
	margin-top: 35px;
}

#logo{
	float:right
}

span.menuitem{
	width:20%;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}

a span.menuitem{color:#004794}
a:hover span.menuitem{color:#24933c}

a img{border:none}

/* End Standard Footer CSS */

#wrapper {
	width:869px;
	float:left;
	border: 1px solid #000000;
	background-color: #000000;
}

#header {
	clear: both;
}

#header img{padding-left:20px}

#content {
	font-size: 10pt;
	background-color: #000000;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: bottom right;
}


#content img {
	padding-bottom:0px
}

#content p {
	padding-right: 20px;
	color: #FFFFFF;
	clear: both;
	padding-left: 20px;
	line-height: 1.2;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

p.signature {
	font-style: italic;
	text-align: right;
	margin-bottom:0;
	padding-bottom:10px;
}


.emphasis {
	font-style: italic;
}

