/********** GENERAL FORMATTING **********/
* 			{margin: 0; 
			padding: 0;
			}

body 		{margin: 0;
			padding: 0;
			background:#F8F8F8;
			color: #000000;
			font: normal 0.85em/160% courier,arial, verdana, helvetica, sans-serif;
			}
			
p			{padding-bottom: 1em;
			text-align: justify; 
			}

img:link, a img {
			border: 0;
			}

.left		{float: left;}
.right		{float: right;}

ul, ol	 	{list-style-position: outside;
			padding-left: 20px;
			}

li			{padding: 5px;
			}
						
/********** TEXT FORMATTING **********/	
h1, h2, h3, h4, h4, h6 {
			color: #004289;
			font-weight: normal;
			padding-top: .5em;
			padding-bottom: .5em;
			}

h1			{font-size: 1.4em;
			text-transform: capitalize;			
			}

h2			{font-size: 1.2em;
			text-transform: capitalize;
			}

h3, h4, h5, h6	{font-size: 1em;
			}

a 			{color: #004289;
			font-weight: normal;
			text-decoration: none;
			}

a:hover		{color: #004289;
			font-weight: normal;
			text-decoration: underline;
			}


#container 	{margin-top: 90px;
			width: 900px;
			}

#toc		{margin: 66px 0 0 200px;
			width: 500px;
			}

#toc a 		{color: #000000;
			font-weight: normal;
			text-decoration: none;
			}

#toc a:hover	{color: #000000;
			font-weight: normal;
			text-decoration: underline;
			}

.tocHdr		{letter-spacing: 60px;
			font-size: 1.3em;
			padding-bottom: 50px;
			}

#main 	{padding: 0 60px 60px 60px;
			}

#onepotHdr	{float: left;
			width: 250px;
			}

#onepotImg	{float: right;
			width: 500px;
			}

#onepotSlides    {position:absolute;
			top: 91px;
			left: 840px;
			}