body {
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../images/bkgnd.gif) repeat-x #D2D1E2; 
}
/*--------------------------------------------------------------------------------*/
#nameplate {
	position:absolute;
	left:0px;
	top:31px;
	width:775px;
	height:150px;
	border: 1px none #000;
	z-index: 10;
}
#hdrnav {
	position:absolute;
	left:0px;
	top:0px;
	width:761px;
	height:22px;
	background: #fff;
	padding: 8px 4px 0 12px;
	margin: 0px;
	color: #040361;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 1px none #fc0;
	z-index: 20;
}
#utilitynav {
	position:absolute;
	left:0px;
	top:181px;
	width:775px;
	height:18px;
	background: #040361;
	padding: 0 0 0 0;
	margin: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 1px none #fc0;
	z-index: 30;
}
#sectionlabel {
	position:absolute;
	left:0px;
	top:200px;
	width:260px;
	height:52px;
	background: #363580;
	border: 1px none #000;
	z-index: 40;
}
#sectionnav {
	position:absolute;
	left:260px;
	top:200px;
	width:515px;
	height:52px;
	background: #D2D1E2;
	padding: 8px 6px 0 12px;
	margin: 0px;
	color: #040361;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 1px none #fc0;
}
#main {
	position: absolute;
	padding: 0 0 0 0;
	top: 252px;
	width: 751px;
	background: #B3B2CF;
	border: 1px none #fc0;
}
#sidebar {
	position:absolute;
	left:0px;
	top:0px;
	width:260px;
	height:531px;
	border: 1px none #000;
	z-index: 32;
}
#content {
	margin: 0 0 0 260px;
	padding: 12px 12px 12px 12px;
	width:491px;
	background: #fff;
	border: 1px none #000;
	z-index: 60;
}
#footer {
	font-size: 9px;
	padding: 5px;
}
#footer A:link { color: #09210D; text-decoration: underline; }
#footer A:visited { color: #09210D; font-weight: bold; text-decoration: underline; }
#footer A:hover { color: #09210D; text-decoration: underline; }
#footer A:active { color: #09210D; }

/*--------------------------------------------------------------------------------*/
#content h1, h2, h3, h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	color: #333;
	font-weight: bold;
}
#content h1 {
	font-size: 20px;
	line-height: 22px;
	padding: 20px 0px 0px 0px;
}
#content h2 {
	font-size: 16px;
	line-height: 18px;
	padding: 16px 0px 0px 0px;
}
#content h3 {
	font-size: 14px;
	line-height: 16px;
	padding: 14px 0px 0px 0px;
	font-style: italic;
}
#content p, ul, ol {
	padding: 6px 0px 0px 4px;
	margin: 0px;
	text-align: left;
	color: #333;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
#content .q {
	font-weight: bold;
}
#content .a {
	font-style: italic;
	padding: 4px 0px 4px 12px;
}
#content ul {
	list-style-type: square;
	margin: 6px 6px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#content ul ul {
	list-style-type: disc;
	margin: 2px 6px 6px 24px;
	padding: 0px 0px 0px 0px;
}
#content ol {
	margin: 6px 6px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#content ol ol {
	margin: 2px 6px 6px 24px;
	padding: 0px 0px 0px 0px;
}
#content li {
	padding-bottom: 6px;
}
#content A:link { color: #09210D; text-decoration: underline; }
#content A:visited { color: #09210D; font-weight: bold; text-decoration: underline; }
#content A:hover { color: #09210D; text-decoration: underline; }
#content A:active { color: #09210D; }

#content sup {
	color: #9900FF;
}

/*--------------------------------------------------------------------------------*/
#hdrnav ul
{	
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#hdrnav li
{
display: inline;
list-style-type: none;
padding: 0px 2px 0px 2px;
}
#hdrnav a:link, #hdrnav a:visited
{
color: #040361;
text-decoration: none;
}
#hdrnav a:hover
{
color: #040361;
text-decoration: underline;
}
/*--------------------------------------------------------------------------------*/
#utilitynav ul
{	
	margin: 0px;
	padding: 0 14px 0 0;
	white-space: nowrap;
	float: right;
}
#utilitynav li
{
	display: inline;
	list-style-type: none;
	padding: 0px 2px 0px 2px;
}
#utilitynav a:link, #utilitynav a:visited
{
	color: #fff;
	text-decoration: none;
}
#utilitynav a:hover
{
	color: #fff;
	text-decoration: underline;
}
/*--------------------------------------------------------------------------------*/
#sectionlabel h1
{	
	float: right;
	text-align: right;
	padding: 7px 12px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;	
}
/*--------------------------------------------------------------------------------*/
#sectionnav ul
{	
	margin: 0px;
	padding: 0 0 0 0;
}
#sectionnav li
{
	display: inline;
	list-style-type: none;
	padding: 0px 2px 0px 2px;
	line-height: 18px;
}
#sectionnav a:link, #sectionnav a:visited
{
	color: #040361;
	text-decoration: none;
}
#sectionnav a:hover
{
	color: #040361;
	text-decoration: underline;
}
/*--------------------------------------------------------------------------------*/