body
{
	color: #000000;
	font: 10pt Arial;
	background: #000000 url(/images/background.gif);
	margin: 0px;
	padding: 0;
}

a
{
	color: #0077a3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

img
{
	border-style: hidden;
	border-width: 0px;
	display: block;
}

#page-header
{
	width: 800px;
	height: 134px;
	margin: 0px auto 0px auto;
	background: no-repeat url(/images/generic_header.gif) center;
}

#nav_pos_left
{
	position: relative;
	top: 5px;
	left: 30px;
	height: 20px;
	float: left;
	display: inline;
}

#nav_left a
{
	color: white;
	font: bold 8pt Arial;
}

#nav_left ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 611px;
	display: inline;
}

#nav_left li
{
	float: left;
	padding: 0px;
	margin: 0px 11px 0px 11px;
	display: inline;
	text-align: center;
}

#nav_pos_right
{
	position: relative;
	top: 5px;
	right: 30px;
	height: 20px;
	float: right;
	display: inline;
}

#nav_right a
{
	color: white;
	font: bold 8pt Arial;
}

#nav_right ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 611px;
	display: inline;
}

#nav_right li
{
	float: left;
	padding: 0px;
	margin: 0px 11px 0px 11px;
	display: inline;
	text-align: center;
}

#container
{
	background: repeat-y url(/images/contentbg.gif) center;
	width: 800px;
	margin: 0px auto 0px auto;
}

#content_area
{
	background: transparent url(/images/top_gradient.gif) repeat-x top;
	width: 748px;
	padding: 0px;
	margin: 0 auto;
	color: black;
	font: normal 10pt Arial;
}

#content_area p
{
	display: block;
	margin-top: 6px;
}

.padded_block
{
	padding: 15px;
}

.item-title
{
	font: bold 14pt Arial;
}

.item-date
{
	font: normal 8pt Arial;
	color: #6f6f6f;
}

.item-subtitle
{
	font: bold 10pt Arial;
}

#copyright
{
	background: url(/images/bottom_cap.gif) no-repeat;
	width: 762px;
	margin: 0px auto 0px auto;
	height: 32px;
	clear: both;
	font: normal 8pt Arial;
	color: #ffffff;
	text-align: center;
	padding-top: 13px;
}

#page-footer
{
	width: 800px;
	margin: 0px auto 0px auto;
	height: 35px;
	text-align: center;
}

#page-footer img
{
	margin: 0px auto 0px auto;
	text-align: center;
}

/*

a[href ^= "mailto:"]
{
   padding-left: 18px;
   background: transparent url(/images/icon_mailto.gif) no-repeat center left;
}

a[href $= ".pdf"]
{ 
   padding-left: 18px;
   background: transparent url(/images/icon_pdf.gif) no-repeat center left;
}

a[href $= ".doc"]
{ 
   padding-left: 18px;
   background: transparent url(/images/icon_doc.gif) no-repeat center left;
}

a[href $= ".xls"]
{ 
   padding-left: 18px;
   background: transparent url(/images/icon_xls.gif) no-repeat center left;
}

a[href $= ".csv"]
{ 
   padding-left: 18px;
   background: transparent url(/images/icon_xls.gif) no-repeat center left;
}

a[onclick ^= "window.open"]
{
   padding-left: 18px;
   background: transparent url(/images/icon_popup.gif) no-repeat center left;
}

a[href ^= "http://"]
{
   padding-left: 18px;
   background: transparent url(/images/icon_external.gif) no-repeat center left;
}

*/
