/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

/* Your web page will need a link to your style sheet inside the <head> portion, The link will look like this */
/* <link rel=stylesheet href="http://www.yourdomain.com/myfirststyle.css" type="text/css">   */

body {
    margin: 7px;					/* margin around the outside of the body */
    font-family: Arial,Verdana,Georgia,"Times New Roman",Sans-Serif;
    font-size: 18px;
    color: rgb(0, 0, 96);
    background-color: #d0ffd0; 		/* The color of the paper that the page is written on */
	width: 1000px;					/* The width of the page.  1000 pixels */
	border: 0px solid blue;			/* Creates a 1 pixel border around the web page margin */
	padding: 5px;					/* 5 pixels inside the border will be clear */
	line-height: 120%;				/* Sets the height of each line, relative to the character size */
	  }


div.header { 				/* Header and Footer defined */
    border: 2px solid red;		/* Draw a boc sround the outside of the header & footer */
    padding: 3px;				/* 3 pixels padding inside the header and footer border */
    color: #ff3030;
    text-align: center;
    font-weight: bold;
	width: 99%;
    background-color: blue;
    clear: both;
	
    }

div.footer {
    border: 0px;		/* Draw a boc sround the outside of the header & footer */
    padding: 3px;				/* 3 pixels padding inside the header and footer border */
    color: #ffe0e0;
    text-align: center;
    font-weight: bold;
	width: 99%;
    background-color: blue;
    clear: both;
	
    }


div.left { margin: 0pt;
    padding: 0.1em;
    float: left;
    width: 192px;
    background-color: #d0ffe0;
    }

div.content { border: 0px solid gray;
    padding: 0.5em;
    margin-left: 197px;
    }

h1 { font-family: Arial;
    font-weight: bold;
    }

h1.header { margin: 0pt;
    line-height: 120%;
    font-family: Arial;
    }

h2	 { font-family: Arial;
    line-height: 120%;
    text-align: center;
	color: rgb(0, 96, 0);
	background-color: aqua;

    }

p.custom { font-weight: bold;
    text-indent: 3em;
	color: #008000
    }

li { color: rgb(0, 0, 128);
    }

ul.custom { 
	font-weight: bold;
	font-size: 110%;
	line-height: 130%;
	}

hr.custom { border-width: 2px;
    text-align: left;
    margin-left: 0pt;
    width: 100%;
    height: 7px;
    color: rgb(0, 0, 240);
    background-color: aqua;
    }
font.ftc { font-weight: bold;
    color: rgb(0, 0, 96);
    }
font.theader { font-weight: bold;
		font-size: 110%;
    color: rgb(0, 0, 96);
    }
td.nav { font-weight: bold;
	font-size: 105%;
	background-color: #c0ffc0;
    color: rgb(0, 0, 0);
    }
