body
{
	font-size: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
	height:2000px;
}

#container
{ 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
	height:100%;
}

#topspacer
{ 
	width: 780px;  	
	background: #000000;
	height:10px;
}


#LeftPanel
{ 
	width: 150px; 
	background: #336633;
	float: left;
	height: 646px;
	padding:4px;  

}

#LeftPanelSpacer
{ 
	width: 10px; 
	background: #000000;
	float: left;
	height: 646px;


}

#LeftPanelSpacer
{ 
	width: 10px; 
	background: #000000;
	float: left;


}

#TitleBackground
{ 
	width: 600px;  
	background: #996633;
    float:right;
	height: 40px;
}

#TitleSpacer
{ 
	width: 600px;  
	background: #000000;
	float: right;
	height: 10px;
}
#SubTitle
{ 
	width: 600px;  
	background: #996633;
	float:right;
	height: 30px;
	
}

#MainBody
{ 
 
	background: #999933;
	width: 600px; 
	height: 561px;
	float: right;

	}
	
#CompMenu
{ 
 
width: 530px; 
height: 63px; 
float:none;

	}

#footer
{
float:none;
clear:both; /*This is for firefox*/
width:780px; 
height:10px;
color:#000000;
}


ul.compmenu
{
list-style: none;
padding: 0;
margin: 0;
align:left;
}
ul.compmenu li
{
float: left;
margin: 0 0.15em;
}

p {
font-size: 12px; color:white; font-family:verdana; text-align: left;  margin-top: 10px; margin-bottom: 10px;
}

h1 {
font size: 28pt; color: white; font-family:verdana; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; text-align: left; font-weight:bold;
}
h2 {
font size: 18pt; color: white; font-family:verdana; margin-right: 10px; text-align: right; font-weight:bold; margin-top: 0px;
}

h3 {
font size:14pt; color: white; font-family:verdana; text-align: left;font-weight:bold; 
}

h4 {
font size: 12pt; color: white; font-family:verdana; margin-left: 40px; text-align: left; font-weight:bold; margin-bottom: -10px;
}


p.h4 {
font-size: 12px; font-color:#FFFFFF; font-family:verdana; text-align: left; margin-left: 40px; margin-top: 10px; margin-bottom: 10px;
}
h5 {
font size: 14pt; color: grey; font-family:verdana; margin-left: 40px; text-align: left; font-weight:bold; margin-bottom: -10px;
}

p.linked {
text-align: right; text-decoration: none; font-size: 12px;
}

p.menu {margin-top: 50px;}

ul {font-size: 12px; font-color:#FFFFFF; font-family:verdana;}

li           { font-family: Verdana; font-size: 12px; color: #FFFFFF }

p.warning     { font-family: Verdana; color: #FFFFFF; background-color: #993333;}
p.caution    { font-family: Verdana; color: #FFFFFF; background-color: #996633;}
p.tip     { font-family: Verdana; color: #FFFFFF; background-color: #669966;}

a:link { font: normal 12px verdana; text-decoration: text-decoration: none; color: #FFFFFF; }
a:hover { font: normal 12px verdana; text-decoration: text-decoration: none; color: FFFFFF; }
a:active  {font: normal 12px verdana; text-decoration: text-decoration: none; color: 999999; }
a:visited  {font: normal 12px verdana; text-decoration: text-decoration: none; color: FFFF99; }