/*
Notes:
	Highlight Red is 87070B
*/

	body {
		margin:20px 20px 0px 20px;
		}
	#leftcontent {
		position: absolute;
		left:5px;
/*		top:95px; */
		top:10px;
		width:160px;
		background:#ffffff;
		/* RJM - 6/24/05 border:1px solid #000; */
		}
	
	#banner {
/*		background:#aaaabb; */
		background:#eee;
		margin-left: 160px;
		margin-top: -18px;
		height:100px;
		voice-family: "\"}\"";
		voice-family: inherit;
		/* RJM - 6/24/05
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		*/
		}
	html>body #banner {
		height:100px;
		}
		
	#MainContent {
/*		border:1px solid #eee; */
        margin-left: 160px;
		padding-left: 8px;
		padding-right: 8px;
		background:#eee;
		}

	#footer {
		background:#aaaabb;
		margin-left: 160px;
		height:100px;
		padding-left: 8px;
		padding-right: 8px;
		/* RJM - 6/24/05
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #footer {
		height:100px;
		}

		
/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#MainContent #RightContent {

		float: right;
		width: 160px;
/* green		border-left: 1px solid #078783;  */
		background: #00639C;
		border-left: 1px solid #00639C; 
		border-bottom: 1px solid #00639C;
		padding-left: 8px;
		padding-right: 8px;
		margin: 20px 0px 0px 0px;
	    font: 10px Verdana,Arial,Helvetica,Geneva,sans-serif;
	    color: #ffffff
		}
		
	p, h1, pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	a {
		color: #00639C
		}
	
	#RightContent p { font-size: 9 pt}


/* Menu - Navlist definitions */

	#navcontainer { 155px }
	
	#navlist
		{
		padding: 0px;
		margin-left: 0px;
/*			border: 0px solid;
		border-color: #666 #666 #666 #666; */
		font: bold 9pt Verdana,Arial,Helvetica,Geneva,sans-serif;
		background: #ccccdd;
		width: 155px;
		}
		
	#navlist li
		{
		list-style: none;
		margin: 0;
		padding: 2px 4px 2px 4px;
		border-bottom: 1px solid;
		border-color: #ffffff;
		text-align: center;
		}
		
	#navlist li a
		{
		padding: 3px;
		text-decoration: none;
		width: 140px;
		}
	#navlist li a:link { color: #666677; }
	#navlist li a:visited { color: #666677; }
	#navlist li a:hover
		{
		   border-color: #87070b;
		   color: #ffffff;
		   background: #00639C;
		}

/* Menu - Highlist definitions */

	#highlist
		{
		padding: 0px;
		margin-left: 0px;
/*		border: 0px solid;
		border-color: #666 #666 #666 #666; */
		border-bottom: 1px solid;
		border-color: #00639C;
			}
		
	#highlist li
		{
		list-style: none;
		margin: 0;
		padding: 6px 4px 6px 4px;
		border-top: 1px solid;
		border-color: #00639C;
		text-align: left;
		}
		
	#highlist li a
		{
		padding: 3px;
		text-decoration: none;
		color: #000000;
		text-indent: -2px;
		}
	#highlist li a:link { color: #000000; }
	#highist li a:visited { color: #000000; }
	#highlist li a:hover
		{
		border-color: #87070b;
		color: #87070b;
		}

/* Below copied (and modified) from original STG style sheet */	

	
.STG_Body { 
	margin:0; 
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; 
	font-size: 9pt;
	color: #000000;
	word-spacing:0; 
	text-indent:0; 
	line-height:125%; 
	text-align:left;
	}

P {
	margin:0; 
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; 
	font-size: 9pt;
	color: #000000;
	word-spacing:0; 
	text-indent:0; 
	line-height:125%; 
	text-align:left;
	}
	
H1 {
	margin:0; 
	font-family: Arial,Helvetica,Geneva,sans-serif; 
	font-size: 14pt; 
	color: #00639C; 
	word-spacing:0; 
	text-indent:0; 
	line-height:125%; 
	text-align:center;
	}

H2 {
	margin:0; 
	font-family: Arial,Helvetica,Geneva,sans-serif; 
	font-size: 11pt; 
	color: #00639C; 
	word-spacing:0; 
	text-indent:0; 
	line-height:125%; 
	text-align:left;
	}

li{ 
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; 
	font-size: 9pt;
	text-indent: 0; 
	word-spacing: 0; 
    list-style-type: disc;
    margin-left: 0;
    margin-right: 0; 
	margin-top: 0; 
	margin-bottom: 10; 
	text-align:left; 
	position:relative;
	}
	
*/