* 
	{
	padding: 0;
	margin: 0;
	}
body
	{
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	text-align: center;
	font-size: x-small;
	font-family: Verdana;
	}
p
	{
		margin-bottom: 15px;
	}
.content a.nomark
	{
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 0px;
	}
.content a.nomark: visited
	{
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 0px;
	}
.content a.nomark:hover
	{
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 0px;
	}
.content a.nomark:active
	{
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 0px;
	}
.navbar 
	{
	position: relative; 			
	width: 778px;
	margin: 0 auto;
	text-align: left;
	}
.header
	{
	position: relative; 			
	width: 778px; 
	height: 226px;
	margin: 0 auto;
	}
.sub-header
	{
		text-align: right;
		width: 95%;
		border-bottom: 1px solid #BBBBBB;
		font-weight: bold;
		margin-bottom: 10px;
	}
.h-splitter
	{
		margin-right: 5%;
		margin-left: 5%;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 88%;
		height: 5px;
	}
.buffer
	{
	height: 25px;
	}
.content
	{
	text-align: left;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	}
.content-header
	{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-indent: 10px;	
	padding-top: 10px;
	padding-bottom: 10px;	
}
.content-body
	{
	width: 778px;
	}
.stretcher
	{
	/* NOTE: usage of this HR tag forces the container DIV to stretch vertically to the extent of its contents */
	display: block; 
	clear: both; 
	visibility: hidden;
	}
#print-header
	{
	display:none;
	}
#footer 
	{
	padding-top: 2px;
	padding-bottom: 2px;
	}
#footer-content
	{
	text-align: center;
	font-size: xx-small;
	font-family: Verdana;
	}

#navbar
	{
	height: 25px;
	z-index: 100;
	}

.nav-buttons
	{
	margin: 0; 
	padding: 0;
	z-index: 101;	
	font-size: 12px;
	display: inline;	
	list-style: none;
	}

.nav-buttons-top
	{
	width: 778px; 
	}
	
.nav-buttons-sub
	{
	left: 0px;
	top: 26px;
	width: 150px;
	z-index: 200;	
	display: none;
	position: absolute;
	}

.nav-buttons-sub2
	{
	left: 150px;
	top: 0px;
	width: 150px;
	display: none;
	position: absolute;
	}

.nav-list
	{
	font-weight: bold;
	text-indent: 3px;
	position: relative;		
	}

.nav-list-top
	{
	width: 125px;
	height: 25px;
	text-align: left;
	}

.nav-list-sub
	{
	width: 150px;
	text-align: left;
	font-size: 10px;
	}

.nav-list a
	{
	min-height: 13px;
	padding: 5px;
	display: block;
	text-decoration: none;
	}

.nav-list-sub a
	{ 
	min-height: 1px;
	padding: 6px;
	}
		
/* css standards-compliant navbar rollover style... */
.nav-list:hover ul.nav-buttons-sub, .nav-list-sub:hover ul.nav-buttons-sub2
	{
	display: block; 
	}

/* IE navbar rollover style... */
.nav-list.over ul.nav-buttons-sub, li.subover ul.nav-buttons-sub2
	{
	display: block; 
	}

/* fix IE - hide from IE/Mac \*/
* .nav-list { float: left; height: 1%; }
* .nav-list a { height: 1%; }

.content li
	{
	list-style-position: outside;
	list-style-type: square;
	}
.code
	{
		font-size: 12px;
		clear: none;
		border: 1px solid #999999;
		padding-left: 15px;
		padding-right: 15px;		
		padding-top: 15px;
		padding-bottom: 25px;	
		overflow: auto;
		width: 90%;
		margin-left: auto;
		margin-right: auto;	
		margin-bottom: 20px;	
	}
