@import "../all.css"; 
BODY
{
    
    LINE-HEIGHT: 35px
}

	#frame {
		width:90%;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:30%px;
		padding:0px;
		float:left;
		
		font-family:times new roman;
		font-size: 28;
		
		}
	
	#contentcenter {
		width:30%px;
		padding:15px;
		float:left;
		font-family:times new roman;
		font-size: 28;
		height:auto;
		}
	
	#contentright {
		width:30%px;
		font-family:times new roman;
		float:left;
		font-size: 28;
		
		padding:0px;
		}
    
    #contentworkmenu {
		width:80%px;
		
		float:center
		font-family:times new roman;
		font-size:40;
		border-right-color:Black;
        border-right-width:6;
        border-right-style:double;
        border-bottom-color:black;
        border-bottom-width:6;
        border-bottom-style:double;
        border-top-color:black;
        border-top-width:6;
        border-top-style:double;
        border-left-color:black;
        border-left-width:6;
        border-left-style:double;
		}
    
    #contentheader  {
        width:90%;
        text-align:center;
        font-family:times new roman;
        font-size:50;
        color:black;
    
        }

    .class1 A:link {text-decoration: none; color: black;}
    .class1 A:visited {text-decoration: none; color: black;}
    .class1 A:active {text-decoration: none;}
    .class1 A:hover {text-decoration: underline; color: #cc0033;}

	#blackbk  {
	     background:#000000;
	           }
