body {
	font-family:Arial, Georgia, "Times New Roman", Times, san-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
#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;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#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: 2px solid #bcbec0;
	background-color: #FFFFFF;

}

#header {
	border-bottom: 20px solid #e17a5e;
}

#content {
	font-size: 10pt;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	padding-left: 200px;
	padding-top: 30px;
}

#content img {
	float: left;
	padding: 0px 50px 20px 0;
	margin-left: -150px;
}
#content p {
	padding-right: 50px;
	margin-top: 0px;
}

/* 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: 0px;
}


.emphasis {
	font-style: italic;
}
