body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  background-color: #99999f;
  background-image: url(../images/background.gif);
  background-attachment: fixed;
  color: #000000;
}


html, body
{
	/* Needed to get centering to work!!! */
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#container
{
	/* Needed to get centering to work!!! */
	margin: 0px auto;
	width: 800px;
}

td 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*	Main segments */

div.mainpanel
{
	width: 800px;
	text-align: left;
}

div.maintop
{
	text-align: right;
	background-image: url(../images/back/backtop.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 4px;
	
	color: #999999;
}

div.maintop a
{
	color: #333333;
	text-decoration: none;
}

div.maintop a:hover
{
	color: #cc6600;
}

div.mainmiddle
{
	background-image: url(../images/back/backmiddle.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;

}

div.mainbottom
{
	background-image: url(../images/back/backbottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 14px;
	padding-left: 16px;
	padding-right: 32px;
	
	font-size: 8pt;
	color: #999999;
	text-align: right;

}

.mainlogoarea
{
	width: 100%;
	height: 100px;
	background-color: #000066;
}

.pagetitle
{
	color: #ffffff;
	font-size: 20pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/*	Shadow Tables */

table.shadow
{

}


table.shadow td.r
{
	width: 8px;
	background-image: url(../images/shadow/r.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}

table.shadow td.br
{
	width: 8px;
	height: 8px;
}

table.shadow td.b
{
	height: 8px;
	background-image: url(../images/shadow/b.gif);
	background-repeat: repeat-x;
	text-align:left;
	vertical-align: top;
}

table.shadow td.bl
{
	width: 8px;
	height: 8px;
	background-image: url(../images/shadow/bl.gif);
	background-repeat: no-repeat;
}

/*	Body Block */

.bodyblock
{
	padding: 16px;
	background-color: #ffffff;
	font-size: 8pt;
}

.bodyblock a
{
	color: #000099;
	text-decoration: underline;
}


.bodyblock a:hover
{
	color: #cc6600;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #000066;
}

h2
{	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #666666;
}

.preface
{
	color: #996600;
}

.bodyblock ul
{
	margin-left: 0px;
	padding-left: 0px;
}

.bodyblock ul li
{
	color: #000000;
	list-style: none;
	padding-bottom: 8px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 12px;
}

hr
{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.bodyblock p, .bodyblock li
{
	line-height: 140%;
}

.floatrightclear
{
	float: right;
	clear: both;
	padding-left: 8px;
	padding-bottom: 8px;
}

.floatrightclear
{
	text-align: right;
}

.floatleftclear
{
	float: left;
	clear: both;
	padding-right: 8px;
	padding-bottom: 8px;
}

.floatleftclear .caption, .floatleftclear .caption250
{
	text-align: left;
}

.caption, .caption250
{
	color: #996600;
	color: #ccaa77;
	/*color: #999999;*/
	font-size: 8pt;
	text-align: right;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 320px;
}

.caption250
{
	width: 250px;
}

.question
{
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
}

/*	Blockquotes */

blockquote
{
	color: #996600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

blockquote p
{
	margin-top: 8px;
	margin-bottom: 0px;
}

blockquote .quote
{
	font-style: italic;
}

blockquote .citation
{
	line-height: 100%;
	padding-left: 200px;
}

blockquote .speaker
{

}

blockquote .source
{
	font-style: italic;
}