<!-- 
/* Academy Computer Services */
/* Printer Output Stylesheet 3-17-03 */


/* page layout*/
#page 
	{
	background-color: #fff;
	border: medium #fff;
	height: 11in;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 7in;
	z-index: 0;
	font-size: 12pt;
	font-family: Garamond, Bookman, Times, serif;
	}

#banner 
	{
	display: none;
	}

#breadcrumbs 
	{
	display:none;
	}

#leftlinks 
	{
	display:none;
	}

#bottomlinks 
	{
	display: none;
	}

#copyright 
	{
	background-color: #fff;
	border: #fff;
	height: 8pt;
	left: 0px;
	position: absolute;
	top: 1.6in;
	z-index: 2;
	align: left;
	font-size: 6pt;
	}

#layers 
	{
	background-color: #fff;
	border: #fff;
	font-size: 12pt;
	left: 0px;
	top: 1.75in;
	position: absolute;
	z-index: 3;
	}

#layer-left
	{
	background-color: #fff;
	border: #fff;
	left: 0px;
	position: absolute;
	top: 2px;
	z-index: 4;
	}

#layer-right
	{
	background-color: #fff;
	border: #fff;
	position: absolute;
	top: 5px;
	left: 40%;
	orphans: 4;
	widows: 4;
	z-index: 4;
	padding-left: 1em;
	}

#logo 
	{
	background-color: transparent;
	border: #fff;
	top: 0px
	left: 0px;
	float: left;
	z-index: 5;
	}

#counter
	{
	display: none;
	}


/* all links */
A 
	{
	text-decoration: none;
	color: #000000;
	}

A:visited 
	{
	color: #000000;
	}


.inlinelink	
	{
	color: #000000;
	}


/* all text in body */
BODY 
	{
	font-family: Garamond, Bookman, Times, serif; 
	font-size: small; 
	background-color: #FFFFFF;
	}

P.salesblurb
	{
	margin-top: -1em;
	}
	
/* all tables */
TABLE 
	{
	border-collapse: collapse;
	background-color: #FFFFFF;
	vertical-align: top;
	border-width: 0;
	width: 100%;
	height: 100%;
	}

TD
	{
	font-size: 10pt;
	vertical-align: top;
	}

TD.right
	{
	font-size: 10pt;
	vertical-align: top;
	padding-left: 1ex;
	}


/* headings */
H1
	{
	font-size: 14pt;
	margin-bottom: 0px;
	}

H2
	{
	font-size: 12pt;
	line-height: 10pt;
	font-style: oblique;
	}


/* specialized text */
.copy 
	{
	font-size: 6pt; 
	color: #000000;
	text-align: left;
	}

.address
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt; 
	color: #000000;
	text-align: left;
	padding-left: 1em;
	}

P:first-letter.first
	{ 
	font-size: 300%; 
      	font-weight: bold; 
	float: left; 
	}

.italic
	{
	font-style: italic;
	}

.email
	{
	display: none;
	}

.email-print
	{
	font-size: 9pt;
	}

/* unordered list */
UL LI.gold
	{
	list-style-type: square;
	list-style-position: outside;
	font-size: 90%;
	}

/* extra padding */
.padding
	{
	padding-left: 1em;
	}

.padding-top
	{
	margin-top: .5em;
	}


/* logo positioning */
.logotweak
	{
	margin-left: -1ex;
	margin-top: 2ex;
	}

.image-left
	{
	float: left;
	padding-right: 2em;
	}

img.right {
	float: right;
	padding-left: 2em;
	}

ol li {
	padding-top: 2em;
	}

-->
