/** default stylesheet **/

/** basic body attributes **/
BODY { 	
	position: relative; 
	background-image: url(barBG-1s.jpg);        <!--the background is done with this image-->
	background-repeat: repeat-y;
	background-color: #909090; color: #000000;  <!--background overridden by above image-->
	margin: 0%; padding: 0%;
	font-family: verdana, sans-serif; font-size: 10pt;
	text-align: left; }

/** links **/
A:link { 	
	background: transparent; color: #3030AA;  <!-- #3030AA; -->
	text-decoration: none; }

A:visited { 	
	background: transparent; color: #AA3030;
	text-decoration: none; }

A:hover { 	
	background: transparent; /**color: #339900;**/
        text-decoration: underline; }

/** link to lcs site **/
P#top {
	position: relative;
 	margin-left: 20px; margin-right: 20px;
	margin-top: 1%; margin-bottom: 0%;
	text-align: right;
	font-weight: bold; font-size: 8pt; 
}

/** header **/
DIV#header {	
	position: relative;
   	background-color: #AABBCC;
	width: 100%; 
	margin-top: 0%; margin-bottom: 0%; 
	margin-left: 0%; margin-right: 0%;
	padding: 0%; 
   	/** text color **/ 
	color: #303030;
}

DIV#header H1 {
	margin-left: 20px; margin-right: 0em; 
 	margin-bottom: 0em; margin-top: 0em;
	padding-top: .5em;
	font-size: 16pt; 
 	text-align: left; }

DIV#header P {
 	position: absolute;
 	bottom: 0px; right: 20px;
	margin: 0px; padding: 0px;
 	font-size: 8pt; 
	font-weight: bold;
 	text-align: right; }

/** navigation + content **/
DIV#body {
  	position: relative;
  	width: 100%; }

/** navigation: #909090 approximates new gray**/
DIV#navBar {
  	position: absolute;
	background: transparent;
  	top: 0px; left: 0px;
  	width: 200px;
	margin: 0px; padding: 0px;
  	color: #000000;
	}

DIV#navBar UL {
 	display: list-item; list-style: none outside;
	margin-left: 20px; margin-top: 30px; margin-right: 0px;
	margin-bottom: 0px; padding: 0px;
 	line-height: 1.5em; }

DIV#navBar UL UL {
 	display: list-item; list-style: none outside;
 	margin-right: 0px;
 	margin-left: 10px;
	margin-bottom: 0px; margin-top: 0px;
	padding: 0px;
 	font-size: 8pt; }


DIV#navBar A:link { 
	background: transparent; text-decoration: none; color: #000000; } 

DIV#navBar A:visited { 
	background: transparent; text-decoration: none; color: #000000; 
}
DIV#navBar A:hover { 
	background: transparent; text-decoration: none;  color: #BBCCDD;  }

DIV#navBar A.current:link { 
	background: transparent; text-decoration: none; color: #FFFFFF; }
DIV#navBar A.current:visited {
 	background: transparent; text-decoration: none; color: #FFFFCC; }
DIV#navBar A.current:hover { 
	background: transparent; text-decoration: none; color: #FFFFCC; }


/** content **/
DIV#content {
  	position: relative;
  	width: 570px;
  	margin-left: 200px; margin-right: 0px;
	margin-top: 0px; margin-bottom: 0px;
  	padding-top: 30px; padding-bottom: 30px; 
	padding-left: 0px; padding-right: 0px;
}

DIV#content P {
 	padding: 0em; 
 	margin-left: 50px;
 	margin-right: 50px;
 	margin-bottom: 1em;
 	margin-top: 0em; }

DIV#content H3 {
 	font-size: 10pt;
 	padding: 0em;
 	margin-left: 50px; margin-right: 50px;
	margin-top: 0em;
        margin-bottom: 1em; }

DIV#content H2 {
 	font-size: 12pt;
 	padding: 0em;
 	margin-left: 50px; margin-right: 50px;
	margin-top: 0em;
        margin-bottom: 1em; }

/** generic list -- unmarked unindented **/
DIV#content UL {
  	display: list-item; list-style: none outside;
  	margin-left: 50px; margin-right: 50px; 
  	margin-top: 0px; margin-bottom: 1em;
	padding: 0px; }

/** unmarked unindented list with spaced out entries:
    it's a list of paragraphs **/
DIV#content UL.paragraphList LI {
	margin-bottom: 1em; }

/** footer  **/
DIV#footer {
   	position: relative;
	background: transparent;
   	width: 200px;
   	margin: 0px; padding-top: 30px; 	
	padding-right: 0px; padding-left: 0px;
	padding-bottom: 60px; 
   	font-size:  6pt;
   	text-align: left; 
     	color: #000033; }

DIV#footer P {
  	margin-left: 20px; margin-right: 0em;
  	margin-top: 0em; margin-bottom: 0em;
  	padding: 0em; }
 

/** miscallaneous tag attributes **/

TT { 	font-family: courier, monospace; }

I { 	font-style:  italic; }

B { 	font-weight: bold; }


