body{
	
	margin: 0 auto 0 auto;
	text-align: center;
	
	background-color: #fff;
	
	font: 13px/1.2 tahoma;
	color: #000;
    background-color: #FFFFCC;
}

h1{
    margin: 0px 0 10px 0;
    padding: 0px;
    display: block;
    color: #993333;
}

h2{
    margin: 10px 0px 0 0;
    padding: 0px;
 
}

p{
     margin: 5px 0 5px 0;
    padding: 0px;   
}

td{
    font: 13px/1 tahoma;
}

#template{
	width: 850px;
	height: auto;
	
	margin: 5px auto 0 auto;
	text-align: left;
}

#temp_header{
	width: 850px;
	height: 170px;

	background: url("../sysimg/header.png");
}


#temp_menu{
	width: 850px;
	height: 45px;

	background: url("../sysimg/menu.png");
}





#temp_subheader{
	width: 870px;
	height: 15px;

	background: url("../sysimg/subheader.jpg");
}

#temp_content_cleaner{
	width: 500px;
height:1px;
clear: both;
}

#temp_content{
	width: 848px;

	margin-top: 5px;
	border: 1px #993333 solid;
}

	#temp_content_left{
		width: 560px;
        padding: 10px 20px 0 20px;
		float: left;
        text-align: justify;
	}
    
    #temp_content_left a{
		text-decoration: none;
        color: #000;
	}
    
    #temp_content_left a:hover{
		text-decoration: underline;
	}    

	#temp_content_right{
		width: 212px;
		padding: 9px;
		border-left: 1px #993333 solid;
		border-bottom: 1px #993333 solid;
		float: right;
	}
    
    #temp_content_right strong{
        color: #993333;
    }
    
   	#temp_content_right a{
		color: #000;
        font: 15px/2  trebuchet ms;
        text-decoration: none;
        
	}
    
    #temp_content_right a.normal{
		color: #000;
        font: 13px/1.5 trebuchet ms;
        text-decoration: none;
        
	}
    
    #temp_content_right a:hover{
		color: #000;
        font: 15px/2 trebuchet ms;
        text-decoration: underline;
        
	}
    
        #temp_content_right a.normal:hover{
		color: #000;
        font: 13px/1.5 trebuchet ms;
        text-decoration: underline;
        
	}

#temp_path{
	
	width: 850px;
	height: 20px;
	color: #993333;
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
	clear: both;
	
	
}

#temp_path a{
	
	color: #993333;
    text-decoration: none;

}

#temp_path a:hover{
	
	color: #000;
    text-decoration: none;

}