body 
{
	color: white;
	margin: 0px
}
#horizon        
{
    z-index: 1;
    color: white;
    background-color:#CCCCCC;
    position: absolute;
    top: 20px;
    border: 1px solid white;
    margin-left: -400px;
    width: 800px;
    left: 50%;
}
#header        
{
    position: relative;
    background-color:#CCCCAA;
    z-index: 2; 
    height:200px;
}
#navigation        
{
    position: relative;
    background-color:#003400;
    padding-left: 100px;
    z-index: 5;
    height:30px;
}
#container
{
    position: relative;
    background-color:#003400;
    z-index: 3; 
    height:380px;	
}

#side        
{
	width:30px;
	height:360px;
	float:left;
}

#content        
{
	width:740px;
	height:356px;
	float:left;
	color:Black;
	padding: 5px;
    background-color:White;
    overflow: auto;
    
	scrollbar-face-color : #9DC89D;
	scrollbar-highlight-color : #9DC89D; 
	scrollbar-darkshadow-color : #407040; 
	scrollbar-shadow-color : #FFFFFF; 
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-3dlight-color : #9DC89D;
	scrollbar-track-color: #FFFFFF;    
    
    /*

	width:758px;
	height:355px;
	float:left;
	color:Black;
	padding: 5px;
    background-color:White;
    overflow: auto;

	scrollbar-face-color : #003600;
	scrollbar-highlight-color : #003600; 
	scrollbar-darkshadow-color : #003600; 
	scrollbar-shadow-color : #003600; 
	scrollbar-arrow-color : #AACCCC;
	scrollbar-3dlight-color : #9DC89D;
	scrollbar-track-color: #9DC89D;
	*/
}
#footer        
{
    text-align:right;
    position: relative;
    background-color:#AACCCC;
    z-index: 4;
    height:20px;
}
.roundcont 
{
	width:749px;
	margin-left: 30px;
	background-color:White;
}

.roundcont p {
	margin: 0 10px;
}
.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.bodyCopy {
	FONT-SIZE: 11px;
	COLOR: #444444;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

td 
{
	PADDING:30px; 
	padding-bottom:0px;
	vertical-align:top;
}