/* Stylesheet for Green Analysis, last updated 11/2/05 */


/*Background*/

body {margin: 0px}

div.banner {position: absolute; top: 0px; left: 0px; height: 100px; width: 1024px; z-index: 1;}

div.leftmenu { position: absolute; top: 105px; left: 0px; height: 420px; width: 115px; z-index: 2;}

div.title { position: absolute; top: 100px; left: 130px; height: 40px; width: 500px;			 z-index: 3; }
			 

/* Unordered Lists (leaf bullet for unord list items) */

ul {  	list-style-image: url('images/bulletpoint.gif'); text-align: left; margin-left: 3em;}

li.unord {  color: #000000; list-style-image: url('../images/bulletpoint.jpg');  font-family: Arial, Lucida Console, Sans-serif; font-size: 15px;  font-weight: 400; font-style: normal; font-variant: normal; text-align: left;}

/* Ordered List */

ol {  	list-style-type: decimal; list-style-image: url('none'); text-align: left;}

li.ord { color: #000000; font-family: Arial, Lucida Console, Sans-serif; font-size: 15px;   font-weight: 400; font-style: normal; font-variant: normal; text-align: left; margin-left: 30px;}

/* Links */

a:link { color: #000000; text-decoration: underline;}
a:visited {  color: #2CC58C; text-decoration: none;}
a:active { color: #FF0000; text-decoration: none;}
a:hover {  color: #0000FF; text-decoration: underline;}

/* NavBar */

.navbar { font-family: Book Antiqua, Century Schoolbook, Times New Roman; font-size: small; font-weight: 400; font-style: italic; text-decoration: none; text-transform: none; font-variant: normal; color: #000000; text-align: center; text-indent: 0em;} 

/*Text*/

p {font-family: Book Antiqua, Century Schoolbook, Times New Roman; font-size: medium; font-weight: 500; font-style: normal; text-decoration: none; text-transform: none; font-variant: normal;   color: #000000; text-indent: 3em;}

.center {color: #000000; text-align: center; }

.header {font-family: Book Antiqua, Century Schoolbook, Times New Roman; font-size: x-large; font-weight: 800; font-style: bold; text-decoration: none; text-transform: none; font-variant: normal;  color: #2CC58C; text-indent: 0em;}

.header2 {font-family: Book Antiqua, Century Schoolbook, Times New Roman; font-size: large; font-weight: 600; font-style: bold; text-decoration: none; text-transform: none; font-variant: normal;  color: #2CC58C; text-indent: 0em;}

.highlighter { color: #000000; background: #FFFF99;}

.rust {color: #EB760F;}


h1 {font-family: Book Antiqua, Century Schoolbook, Times New Roman; font-size: x-large; font-weight: 800; font-style: bold; text-decoration: none; text-transform: none; font-variant: normal;  color: #008C8C;}

h2 {font-family: Book Antiqua, Century Schoolbook, Times New Roman; font-size: large; font-weight: 600; font-style: bold; text-decoration: none; text-transform: none; font-variant: normal;  color: #008C8C;}

h3 {font-family: Book Antiqua, Century Schoolbook, Times New Roman; font-size: large; font-weight: 200; font-style: normal; text-decoration: normal; text-transform: none; font-variant: small-caps;  color: #008C8C;}

h4 {font-family: Book Antiqua, Century Schoolbook, Times New Roman; font-size: medium; font-weight: 400; font-style: italic; text-decoration: none; text-transform: none; font-variant: normal;  color: #008C8C;}